delay property

Duration? delay
final

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;