AntdIndexBarStyle constructor
const
AntdIndexBarStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? floatHeaderStyle,
- AntdBoxStyle? headerStyle,
- AntdBoxStyle? itemStyle,
- AntdBoxStyle? indexStyle,
- AntdBoxStyle? activeIndexStyle,
- AntdBoxStyle? indexMask,
- AntdHapticFeedback? hapticFeedback,
Implementation
const AntdIndexBarStyle(
{super.inherit,
this.bodyStyle,
this.floatHeaderStyle,
this.headerStyle,
this.itemStyle,
this.indexStyle,
this.activeIndexStyle,
this.indexMask,
this.hapticFeedback});