delay property
The specified delay for the effect. If null, will use the delay from the previous effect, or Duration.zero if this is the first effect.
Implementation
final Duration? delay;
The specified delay for the effect. If null, will use the delay from the previous effect, or Duration.zero if this is the first effect.
final Duration? delay;