AntdStepsStyle constructor

const AntdStepsStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? titleStyle,
  3. AntdBoxStyle? activeTitleStyle,
  4. AntdBoxStyle? descStyle,
  5. AntdBoxStyle? activeDescStyle,
  6. AntdBoxStyle? lineStyle,
  7. AntdBoxStyle? activeLineStyle,
  8. AntdBoxStyle? stepStyle,
  9. AntdFlexStyle? stepColumnStyle,
})

Implementation

const AntdStepsStyle(
    {super.inherit,
    this.titleStyle,
    this.activeTitleStyle,
    this.descStyle,
    this.activeDescStyle,
    this.lineStyle,
    this.activeLineStyle,
    this.stepStyle,
    this.stepColumnStyle});