StepperStyle constructor
StepperStyle({
- Color activeColor = StepperColors.blue500,
- Color activeBorderColor = StepperColors.blue200,
- Color inactiveColor = StepperColors.grey300s,
- Color inactiveLabelTextColor = StepperColors.grey400s,
- Color activeDescriptionTextColor = StepperColors.grey500s,
- Color inactiveDescriptionTextColor = StepperColors.grey400s,
- int maxLineLabel = 2,
- double iconSize = 24.0,
Implementation
StepperStyle({
this.activeColor = StepperColors.blue500,
this.activeBorderColor = StepperColors.blue200,
this.inactiveColor = StepperColors.grey300s,
this.inactiveLabelTextColor = StepperColors.grey400s,
this.activeDescriptionTextColor = StepperColors.grey500s,
this.inactiveDescriptionTextColor = StepperColors.grey400s,
this.maxLineLabel = 2,
this.iconSize = 24.0,
});