| Name |
Required |
type |
Default value |
| tabBarColor |
false |
Color |
Colors.black |
| tappedTabTitleColor |
false |
Color |
Colors.white |
| unTappedTabTitleColor |
false |
Color |
Colors.grey |
| initialTappedindex |
false |
int |
0 |
- tabs: Type - List
- tabBarColor: Type - Color. For tabBar background color. Optional.
- tappedTabTitleColor: Type - Color. For tapped tab title color. Optional.
- unTappedTabTitleCOlor: Type - Color. For untapped tab title color. Optional.
- initialTappedindex: Type - int. for initial tapped tab index. Optional.
-
- 'Add this command to terminal:'
- 'For flutter projects'
flutter pub add ttab_bar
flutter pub add ttab_bar