ControlsStepperDetails class

Annotations

Constructors

ControlsStepperDetails.new({required int currentStep, required int stepIndex, VoidCallback? onStepCancel, VoidCallback? onStepContinue})
const

Properties

currentStep int
Index that is active for the GSStepper widget.
final
hashCode int
The hash code for this object.
no setterinherited
isActive bool
no setter
onStepCancel VoidCallback?
The callback called when the 'cancel' button is tapped.
final
onStepContinue VoidCallback?
The callback called when the 'continue' button is tapped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepIndex int
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