railson-ferreira / scrollable_list_tab_scroller

Customizable Flutter widget that synchronizes a scrollable list of grouped items with tabs
https://pub.dev/packages/scrollable_list_tab_scroller
MIT License
19 stars 13 forks source link

Background color for the TabBar #21

Open SaNu-hIT opened 3 weeks ago

SaNu-hIT commented 3 weeks ago

How can i set background color for the TabBar,Missing background color parameter

railson-ferreira commented 2 weeks ago

In order to customize some props of the default components, you can use another constructor:

ScrollableListTabScroller.defaultComponents(
    tabBarProps: TabBarProps(),