delayDuration property

Duration? delayDuration
final

Delay before the first automatic animation starts.

If provided, the lightning effect will automatically start after this delay when the widget is first built. If null, no automatic animation will occur. Default is 500 milliseconds.

Implementation

final Duration? delayDuration;