jb3rndt / PersistentBottomNavBarV2

A highly customizable persistent bottom navigation bar for Flutter
https://pub.dev/packages/persistent_bottom_nav_bar_v2
BSD 3-Clause "New" or "Revised" License
49 stars 54 forks source link

Add itemDecoration argument to style_2 navbar #165

Open joshuachinemezu opened 4 months ago

jb3rndt commented 4 months ago

Customizing the item itself could be added to every style, but that somehow defeats the use case of predefined styles. Maybe you should just use a custom widget. Otherwise, it would make more sense to provide one single style that can be customized in every possible manner. What do you think?