slovnicki / contained_tab_bar_view

Encapsulate TabController, TabBar and TabBarView into a single customizable Widget
MIT License
17 stars 11 forks source link

tabbar bottom have a line #39

Open zjh3717 opened 6 months ago

zjh3717 commented 6 months ago

set tabbar dividerHeight or dividerColor

abhijithksabuvensure commented 5 months ago

set tabbar dividerHeight or dividerColor

there is nothing as dividercolor / divider height as property. I still have the issue

mariomurrent-softwaresolutions commented 4 months ago

Yep true, there is no dividerHeight or dividerColor :(

philitell commented 1 month ago

When using material3-theme then a grey line is shown at the bottom of the tabbar. To remove this line adjust the TabBarTheme - e.g.:

 tabBarTheme: const TabBarTheme(dividerColor: Colors.transparent),