AnimatedSvgController class final
A controller class that provides full control over the SVGs.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAnimating → bool
-
A getter that returns true if the animation is running.
no setteroverride
- isCompleted → bool
-
A getter that returns true if the animation is completed.
no setteroverride
- 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 setteroverride
Methods
-
addListener(
void listener()) → void -
A method to add a
listener
to the controller.override -
dispose(
) → void -
A method to dispose SvgController.
override
-
forward(
) → bool -
A method to run animation in the forward direction.
override
-
init(
AnimationController controller) → void -
A method to initialize SvgController.
override
-
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.override -
reverse(
) → bool -
A method to run animation in the reverse direction.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited