delay property
Defines a 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;