SequenceSpec class final

Timeline configuration for a sequence of motion effects.

Constructors

SequenceSpec({required List<MotionSequenceStep> steps, bool repeat = false, bool reverse = false})
Creates a sequence from a non-empty list of steps.

Properties

hashCode int
The hash code for this object.
no setterinherited
repeat bool
Whether the complete timeline repeats indefinitely.
final
reverse bool
Whether a repeated timeline alternates playback direction.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps List<MotionSequenceStep>
Ordered steps in this timeline.
final
totalDuration Duration
Total time occupied by all delays and effects.
no setter

Methods

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