StepperTheme constructor
- {double linePadding = 10,
- double lineWidth = 2,
- double lineDashLength = 5,
- double lineDashGapLength = 3,
- Color lineColor = Colors.black,
- StepIndicatorTheme stepIndicatorTheme = const StepIndicatorTheme(),
- double stepIndicatorSize = 30,
- IconData iconDone = Icons.check,
- double iconSize = 20,
- double emptyHeight = 100,
- double emptyWidth = 100,
- double paddingTopForCenterContent = 10,
- bool useIndicator = false,
- double? lineHeight = 0}
The theme for the MultiStepperView.
Implementation
const StepperTheme({
this.linePadding = 10,
this.lineWidth = 2,
this.lineDashLength = 5,
this.lineDashGapLength = 3,
this.lineColor = Colors.black,
this.stepIndicatorTheme = const StepIndicatorTheme(),
this.stepIndicatorSize = 30,
this.iconDone = Icons.check,
this.iconSize = 20,
this.emptyHeight = 100,
this.emptyWidth = 100,
this.paddingTopForCenterContent = 10,
this.useIndicator = false,
this.lineHeight = 0,
});