SpinnerController class
A controller used to programmatically trigger the spinning wheel.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
attachState(
SpinnerWheelState state) → void - Attaches the controller to a SpinnerWheelState. This is called internally by the SpinnerWheel.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startSpin(
) → Future< void> - Triggers the wheel to start spinning based on the configured segments and logic.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited