AntdTabBarBaseStyle constructor
const
AntdTabBarBaseStyle({
- bool inherit = true,
- AntdIconStyle? iconStyle,
- AntdIconStyle? activeIconStyle,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? activeTitleStyle,
Implementation
const AntdTabBarBaseStyle({
super.inherit,
this.iconStyle,
this.activeIconStyle,
this.titleStyle,
this.activeTitleStyle,
});