lazyee / flutter_custom_tab_bar

custom tab bar
Other
16 stars 4 forks source link

Spacing problem #2

Closed justkawal closed 3 years ago

justkawal commented 3 years ago

Thanks for this great library

I found out a weird behaviour, When there are only 3 titles then the title doesn't spread to take the empty space by gapping away from each other.

lazyee commented 3 years ago

This function is not available at present, I will add it later, please wait for a moment

lazyee commented 3 years ago

This feature has been added, and you can set the width and physics properties to implement it CustomTabBar( width: MediaQuery.of(context).size.width, physics: NeverScrollableScrollPhysics(),...)

justkawal commented 3 years ago

Thanks 💯