BrunoStep class

Constructors

BrunoStep({Widget? stepContent, Widget? doingIcon, String? stepContentText, Widget? completedIcon, BrunoStepState? state})
Creates a step for a Stepper.
const

Properties

completedIcon Widget?
The completedIcon of the step
final
doingIcon Widget?
The doingIcon of the step
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state BrunoStepState?
The state of the step which determines the styling of its components and whether steps are interactive.
final
stepContent Widget?
The title of the step that typically describes it.
final
stepContentText String?
The String title of the step that typically describes it.
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