EffectEntry class

Annotations

Constructors

EffectEntry({required AnimationEffect animationEffect, required Duration delay, required Duration duration, required Curve curve})
const

Properties

animationEffect AnimationEffect
The effect associated with this entry.
final
begin Duration
The begin time for this entry.
no setter
curve Curve
The curve used by this entry.
final
delay Duration
The delay for this entry.
final
duration Duration
The duration for this entry.
final
end Duration
The end time for this entry.
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

buildAnimation({required Duration totalDuration, Curve? curve}) CurveTween
Builds a sub-animation based on the properties of this entry.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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