AntdStepsStyle constructor
const
AntdStepsStyle({
- bool inherit = true,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? activeTitleStyle,
- AntdBoxStyle? descStyle,
- AntdBoxStyle? activeDescStyle,
- AntdBoxStyle? lineStyle,
- AntdBoxStyle? activeLineStyle,
- AntdBoxStyle? stepStyle,
- AntdFlexStyle? stepColumnStyle,
Implementation
const AntdStepsStyle(
{super.inherit,
this.titleStyle,
this.activeTitleStyle,
this.descStyle,
this.activeDescStyle,
this.lineStyle,
this.activeLineStyle,
this.stepStyle,
this.stepColumnStyle});