AntdTabsStyle constructor
const
AntdTabsStyle({
- bool inherit = true,
- AntdBoxStyle? tabStyle,
- AntdBoxStyle? panelStyle,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? activeTitleStyle,
- AntdBoxStyle? indicatorStyle,
Implementation
const AntdTabsStyle({
super.inherit,
this.tabStyle,
this.panelStyle,
this.titleStyle,
this.activeTitleStyle,
this.indicatorStyle,
});