refreshTriggerPullDistance property

double refreshTriggerPullDistance
final

The amount of overscroll the scrollable must be dragged to trigger a reload.

Must be larger than zero and larger than refreshIndicatorExtent. Defaults to 100 pixels when not specified.

When overscrolled past this distance, onRefresh will be called if not null and the builder will build in the RefreshIndicatorMode.armed state.

Implementation

final double refreshTriggerPullDistance;