AnimationData<T> class

Constructors

AnimationData({Duration duration = const Duration(seconds: 1), Duration delay = const Duration(seconds: 0), Curve curve = Curves.linear, required T value})
AnimationData.fromJson(Map<String, dynamic> map)

Properties

curve Curve
getter/setter pair
delay Duration
getter/setter pair
duration Duration
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
value ↔ T
getter/setter pair

Methods

convert(dynamic value) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(dynamic value) → dynamic
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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