ZeroStepperStyle constructor
const
ZeroStepperStyle({
- Color? dividerColor,
- double? elevation,
- EdgeInsetsGeometry? margin,
Implementation
const ZeroStepperStyle({
this.dividerColor,
this.elevation,
this.margin,
});