delay property

Duration? delay
final

The specified delay for the effect. If null, will inherit the delay from the previous effect, or use Duration.zero if this is the first effect.

Implementation

final Duration? delay;