visibilityDelay property

Duration? visibilityDelay
final

Delay before the progress bar becomes visually visible after dataset work starts.

If the work finishes before this delay expires, the progress bar is never shown. This avoids flicker for short operations while still reporting longer-running dataset work.

Implementation

final Duration? visibilityDelay;