VTabBarStyle constructor

const VTabBarStyle({
  1. VTabIndicatorMode indicatorMode = VTabIndicatorMode.fixed,
  2. double indicatorWidth = 25,
  3. double indicatorHeight = 5,
  4. Color? indicatorColor,
  5. double indicatorBottom = 5,
  6. double tabHeight = 45,
  7. Color? bgColor,
  8. Color? labelColor,
  9. double labelSize = 13,
  10. FontWeight? labelWeight,
  11. Color? unselectedLabelColor,
  12. double unselectedLabelSize = 13,
  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,
});