ZeroTabBarStyle constructor

const ZeroTabBarStyle({
  1. Color? backgroundColor,
  2. Color? activeColor,
  3. Color? inactiveColor,
  4. Color? indicatorColor,
  5. EdgeInsetsGeometry? padding,
  6. EdgeInsetsGeometry? labelPadding,
  7. double? iconSize,
  8. TextStyle? labelStyle,
  9. bool isScrollable = false,
})

Implementation

const ZeroTabBarStyle({
  this.backgroundColor,
  this.activeColor,
  this.inactiveColor,
  this.indicatorColor,
  this.padding,
  this.labelPadding,
  this.iconSize,
  this.labelStyle,
  this.isScrollable = false,
});