ReverseFunction mixin

Mixin to implementing the reverse function

Implemented types

Properties

addState TKMControllerMixin
Attached the state to this controller
no getterinherited
hashCode int
The hash code for this object.
no setterinherited
isAttached bool
Determine if the state with AnimationControllerMixin is attached to an instance
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reverseFunction({double? from}) → void
Start animation to reverse Reversed is animationController.value == 1.0
toString() String
A string representation of this object.
inherited

Operators

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