StepIndicatorTheme class
Constructors
- StepIndicatorTheme({Widget builder(int stepIndex, int? currentIndex)?, Color? completedBackgroundColor, BoxBorder? completedBorder, TextStyle? completedTextStyle, Color? inactiveBackgroundColor, BoxBorder? inactiveBorder, TextStyle? inactiveTextStyle, Color? activeBackgroundColor, BoxBorder? activeBorder, TextStyle? activeTextStyle})
-
const
Properties
- activeBackgroundColor → Color?
-
The background color for active steps.
final
- activeBorder → BoxBorder?
-
The border for active steps.
final
- activeTextStyle → TextStyle?
-
The text style for active steps.
final
- builder → (Widget Function(int stepIndex, int? currentIndex)?)
-
A function that defines custom widget builders based on the step index
and current index.
final
- completedBackgroundColor → Color?
-
The background color for completed steps.
final
- completedBorder → BoxBorder?
-
The border for completed steps.
final
- completedTextStyle → TextStyle?
-
The text style for completed steps.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inactiveBackgroundColor → Color?
-
The background color for inactive steps.
final
- inactiveBorder → BoxBorder?
-
The border for inactive steps.
final
- inactiveTextStyle → TextStyle?
-
The text style for inactive steps.
final
- 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