StepperStep class
Constructors
- StepperStep({required Widget title, required Widget view, StepStatus status = StepStatus.none, Widget? failedView, Widget? leading, Widget? trailing, bool visible = true, bool isExpanded = true})
Properties
- failedView ↔ Widget?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isExpanded ↔ bool
-
getter/setter pair
- leading ↔ Widget?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ StepStatus
-
getter/setter pair
- title ↔ Widget
-
getter/setter pair
- trailing ↔ Widget?
-
getter/setter pair
- view ↔ Widget
-
getter/setter pair
- visible ↔ bool
-
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