VTabBarStyle constructor
const
VTabBarStyle({
- VTabIndicatorMode indicatorMode = VTabIndicatorMode.fixed,
- double indicatorWidth = 25,
- double indicatorHeight = 5,
- Color? indicatorColor,
- double indicatorBottom = 5,
- double tabHeight = 45,
- Color? bgColor,
- Color? labelColor,
- double labelSize = 13,
- FontWeight? labelWeight,
- Color? unselectedLabelColor,
- double unselectedLabelSize = 13,
- FontWeight? unselectedLabelWeight,
Implementation
const VTabBarStyle({
this.indicatorMode = VTabIndicatorMode.fixed,
this.indicatorWidth = 25,
this.indicatorHeight = 5,
this.indicatorColor,
this.indicatorBottom = 5,
this.tabHeight = 45,
this.bgColor,
this.labelColor,
this.labelSize = 13,
this.labelWeight,
this.unselectedLabelColor,
this.unselectedLabelSize = 13,
this.unselectedLabelWeight,
});