AntdIndexBarStyle constructor

const AntdIndexBarStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? floatHeaderStyle,
  4. AntdBoxStyle? headerStyle,
  5. AntdBoxStyle? itemStyle,
  6. AntdBoxStyle? indexStyle,
  7. AntdBoxStyle? activeIndexStyle,
  8. AntdBoxStyle? indexMask,
  9. AntdHapticFeedback? hapticFeedback,
})

Implementation

const AntdIndexBarStyle(
    {super.inherit,
    this.bodyStyle,
    this.floatHeaderStyle,
    this.headerStyle,
    this.itemStyle,
    this.indexStyle,
    this.activeIndexStyle,
    this.indexMask,
    this.hapticFeedback});