delayedStart property Null safety
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;
Duration that the HUD will wait before you show it. If null, it starts automatically. Ideally, consider a duration of 250ms.
final Duration? delayedStart;