delayedStart property

Duration? delayedStart
final

Duration that the HUD will wait before you show it. If null, it starts automatically. Ideally, consider a duration of 250ms.

Implementation

final Duration? delayedStart;