AnimationCtx class

Constructors

AnimationCtx.new()

Properties

controller AnimationController?
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
reset() → void
重置动画
reverse({double? from}) → void
反转动画
start({double? from}) → void
开始动画
stop({bool canceled = true}) → void
停止动画
toString() String
A string representation of this object.
inherited

Operators

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