StepperStyle class

Constructors

StepperStyle({Color? inActiveIconColor, Color? activeIconColor, Color? activeIconBackgroundColor, Color? inActiveIconBackgroundColor, Color? inActiveProgressBarColor, Color? activeProgressBarColor, Color? activeStatusBackgroundColor, Color? inActiveStatusBackgroundColor, Color? errorIconBackgroundColor, Color? successIconBackgroundColor, Color? errorProgressBarColor, Color? successProgressBarColor, Color? errorStatusBackgroundColor, Color? successStatusBackgroundColor, TextStyle? successStatusTextStyle, TextStyle? activeStatusTextStyle, TextStyle? inActiveStatusTextStyle, TextStyle? activeStepNameStyle, TextStyle? inActiveStepNameStyle, TextStyle? activeStepNumberStyle, TextStyle? inActiveStepNumberStyle, TextStyle? errorStatusTextStyle, Widget? successIconAssets, Widget? errorIconAssets, bool? showLastProgress})

Properties

activeIconBackgroundColor Color
getter/setter pair
activeIconColor Color
getter/setter pair
activeProgressBarColor Color
getter/setter pair
activeStatusBackgroundColor Color
getter/setter pair
activeStatusTextStyle TextStyle
getter/setter pair
activeStepNameStyle TextStyle
getter/setter pair
activeStepNumberStyle TextStyle
getter/setter pair
errorIconBackgroundColor Color
getter/setter pair
errorIconWidget Widget
getter/setter pair
errorProgressBarColor Color
getter/setter pair
errorStatusBackgroundColor Color
getter/setter pair
errorStatusTextStyle TextStyle
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inActiveIconBackgroundColor Color
getter/setter pair
inActiveIconColor Color
getter/setter pair
inActiveProgressBarColor Color
getter/setter pair
inActiveStatusBackgroundColor Color
getter/setter pair
inActiveStatusTextStyle TextStyle
getter/setter pair
inActiveStepNameStyle TextStyle
getter/setter pair
inActiveStepNumberStyle TextStyle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLastProgress bool
getter/setter pair
successIconBackgroundColor Color
getter/setter pair
successIconWidget Widget
getter/setter pair
successProgressBarColor Color
getter/setter pair
successStatusBackgroundColor Color
getter/setter pair
successStatusTextStyle TextStyle
getter/setter pair

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