initialDelay property

Duration? initialDelay
final

initialDelay is the initial delay before starting the animation chain. It's only applied at first, when the widget is put in the screen. It will not be repeated when repeat is true. For this reason, it is different from the delay you can apply when you use the wait parameter of the next method, which is repeated.

Implementation

final Duration? initialDelay;