VTabBarStyle constructor

const VTabBarStyle({
  1. Color? labelColor,
  2. Color? unselectedLabelColor,
  3. Color? overlayColor,
  4. Color? overlayColorPressed,
  5. double? indicatorWeight,
  6. Color? indicatorColor,
  7. TextStyle? labelStyle,
  8. TextStyle? unselectedLabelStyle,
  9. Color? unselectedBackgroundColor,
  10. Color? selectedBackgroundColor,
})

Implementation

const VTabBarStyle(
    {this.labelColor,
    this.unselectedLabelColor,
    this.overlayColor,
    this.overlayColorPressed,
    this.indicatorWeight,
    this.indicatorColor,
    this.labelStyle,
    this.unselectedLabelStyle,
    this.unselectedBackgroundColor,
    this.selectedBackgroundColor});