StepperStyle class
Constructors
- 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})
Properties
- activeBorderColor ↔ Color
-
getter/setter pair
- activeColor ↔ Color
-
getter/setter pair
- activeDescriptionTextColor ↔ Color
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconSize ↔ double
-
getter/setter pair
- inactiveColor ↔ Color
-
getter/setter pair
- inactiveDescriptionTextColor ↔ Color
-
getter/setter pair
- inactiveLabelTextColor ↔ Color
-
getter/setter pair
- maxLineLabel ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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