pollInterval property

Duration? pollInterval
final

How often a dataset-aware progress bar polls FdcDataSet.work.progress while work is active. Dataset progress updates do not emit notifications, so polling keeps UI updates throttled and independent from dataset loops.

Polling is only needed for FdcProgressBarDisplayMode.determinate and FdcProgressBarDisplayMode.auto. Pure indeterminate rendering does not sample progress values.

Implementation

final Duration? pollInterval;