AntdTabBarBaseStyle constructor

const AntdTabBarBaseStyle({
  1. bool inherit = true,
  2. AntdIconStyle? iconStyle,
  3. AntdIconStyle? activeIconStyle,
  4. AntdBoxStyle? titleStyle,
  5. AntdBoxStyle? activeTitleStyle,
})

Implementation

const AntdTabBarBaseStyle({
  super.inherit,
  this.iconStyle,
  this.activeIconStyle,
  this.titleStyle,
  this.activeTitleStyle,
});