Mindinventory / animated_notch_bottom_bar

Tabbar component for Flutter
MIT License
114 stars 33 forks source link

control item size #32

Closed eslamira closed 1 month ago

eslamira commented 4 months ago

my use case for this package was having 3 items only in the bottom navigation bar yet the item width was limited to 60 with no way to control it which resulted in an overflow, i just added a property called itemSize with allows to control specifically the label size.

mohit-chauhan-mi commented 1 month ago

@eslamira Please refer #30 for more details on this. Thanks.