A controller class that provides full control over the SVGs.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAnimating → bool
-
A getter that returns true if the animation is running.
no setter
- isCompleted → bool
-
A getter that returns true if the animation is completed.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → double
-
A getter that provides the current value of the controller.
no setter
Methods
-
addListener(
void listener()) → void -
A method to add a
listener
to the controller. -
dispose(
) → void - A method to dispose SvgController.
-
forward(
) → bool - A method to run animation in the forward direction.
-
init(
AnimationController controller) → void - A method to initialize SvgController.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
void listener()) → void -
A method to remove a
listener
from the controller. -
reverse(
) → bool - A method to run animation in the reverse direction.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited