AnimationEffect<T> class abstract

Implementers

Constructors

AnimationEffect({Duration? delay = Duration.zero, Duration? duration = const Duration(milliseconds: 300), Curve? curve})

Properties

curve Curve?
The curve for the specific AnimationEffect.
final
delay Duration?
The delay for this specific AnimationEffect.
final
duration Duration?
The duration for the specific AnimationEffect.
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

build(BuildContext context, Widget child, Animation<double> animation, EffectEntry entry, Duration totalDuration) Widget
buildAnimation(EffectEntry entry, Duration totalDuration, {required T begin, required T end}) Animatable<T>
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