StepperTheme class
Constructors
- StepperTheme({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.
const
Properties
- emptyHeight → double
-
Height for an step that is hidden
final
- emptyWidth → double
-
Width for an step that is hidden
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconDone → IconData
-
The icon to show when the step is done.
final
- iconSize → double
-
The size of the icon.
final
- lineColor → Color
-
The color of the line.
final
- lineDashGapLength → double
-
The length of the line's gaps.
final
- lineDashLength → double
-
The length of the line's dashes.
final
- lineHeight → double?
-
The height of the line between the steps when all steps are shown
final
- linePadding → double
-
The padding between the start of the line and the stepper indicator.
final
- lineWidth → double
-
The width of the line.
final
- paddingTopForCenterContent → double
-
Padding when single step is shown at the top
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepIndicatorSize → double
-
Height and width of the step indicator.
final
- stepIndicatorTheme → StepIndicatorTheme
-
The style of the step indicator for the different states
final
- useIndicator → bool
-
Use the indicator widget instead of the default one
when the step is done
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited