PresetAnimation class abstract

Implementers

Constructors

PresetAnimation({Duration delay = Duration.zero, Duration duration = Duration.zero, Curve curve = Curves.linear, Control control = Control.play})
const

Properties

control → Control
final
curve Curve
final
delay Duration
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAnimationSequence() MultiAnimationSequence
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