delay property

Duration delay
final

A duration to delay before the animation is started. Unlike Effect.delay, this is not a part of the overall animation, and only runs once if the animation is looped. onPlay is called after this delay.

Implementation

final Duration delay;