AnimationSequence<T> class

Properties

data List<AnimationData<T>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add({Duration duration = const Duration(seconds: 1), Duration delay = const Duration(seconds: 0), Curve curve = Curves.linear, required T value}) → void
getAllTimeStamps() List<double>
getMaxValue({double initialValue = -double.infinity}) double
getMinValue({double initialValue = double.infinity}) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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