TweenSequenceItem< T> class
A simple holder for one element of a TweenSequence.
Constructors
-
TweenSequenceItem({@required Animatable<
T> tween, @required double weight }) -
Construct a TweenSequenceItem. [...]
const
Properties
-
tween
→ Animatable<
T> -
Defines the value of the TweenSequence for the interval within the
animation's duration indicated by weight and this item's position
in the list of items. [...]
final
- weight → double
-
An abitrary value that indicates the relative percentage of a
TweenSequence animation's duration when tween will be used. [...]
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited