StepIndicatorTheme constructor
const
StepIndicatorTheme(- {Widget builder(
- int stepIndex,
- int? currentIndex
)?,
- Color? completedBackgroundColor,
- BoxBorder? completedBorder,
- TextStyle? completedTextStyle,
- Color? inactiveBackgroundColor,
- BoxBorder? inactiveBorder,
- TextStyle? inactiveTextStyle,
- Color? activeBackgroundColor,
- BoxBorder? activeBorder,
- TextStyle? activeTextStyle}
)
Implementation
const StepIndicatorTheme({
this.builder,
this.completedBackgroundColor,
this.completedBorder,
this.completedTextStyle,
this.inactiveBackgroundColor,
this.inactiveBorder,
this.inactiveTextStyle,
this.activeBackgroundColor,
this.activeBorder,
this.activeTextStyle,
});