delayBeforeShowing property

Duration delayBeforeShowing
final

Delay before showing the connecting toast. Gives time for quick reconnections to resolve without showing UI. Defaults to zero (immediate). Set to a longer duration (e.g., Duration(seconds: 1)) to prevent flashing toasts for brief connection checks.

Implementation

final Duration delayBeforeShowing;