Frezyx / sidebarx

Flutter multiplatform navigation sidebar / side navigation bar / drawer widget
https://pub.dev/packages/sidebarx
MIT License
292 stars 48 forks source link

feat: :sparkles: Added FooterFitType enum #60

Closed mrhaubrich closed 10 months ago

mrhaubrich commented 10 months ago

The footer can be expanded or fit it's items

Thanks a lot for contributing!

This pull request introduces an enhancement to the codebase by adding a enum parameter that defines either if the footer should expand (as it already was) or if it should fit to it's items.