WheelAnimationController class

Constructors

WheelAnimationController(AnimationController controller, {Curve spinCurve = Curves.easeOutQuart})

Properties

animation Animation<double>
no setter
controller AnimationController
final
currentAngle double
no setter
hashCode int
The hash code for this object.
no setterinherited
normalizedAngle double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spinCurve Curve
final

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetToInitialPosition() → void
spinToSegment({required WheelSegment selectedSegment, required List<WheelSegment> segments}) → void
toString() String
A string representation of this object.
inherited
updateAngle(double value) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited