SequenceRender class final

Render layer that applies every sequence effect in timeline order.

Inheritance

Constructors

SequenceRender({required List<MotionRender> pipeline})
Creates a render layer from the current child-effect pipeline.

Properties

hashCode int
The hash code for this object.
no setterinherited
pipeline List<MotionRender>
Ordered child-effect renders for the current timeline frame.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(Widget child) Widget
override
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