CustomAnimatedWidgetController class

A controller used to control a CustomAnimatedWidget. The controller must not be used with more than one widget. If you want to control another widget, create another controller.

It is the responsibility of the attached CustomAnimatedWidget to dispose the animationController. Do not call dispose on it.

Properties

animationController AnimationController?
The AnimationController of the associated CustomAnimatedWidget. It is available (not null) only if the controller has been attached to a widget and that widget has been mounted in a tree.
no setter
hashCode int
The hash code for this object.
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
toString() String
A string representation of this object.
inherited

Operators

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