loadIndicatorExtent property

double loadIndicatorExtent
final

The amount of space the refresh indicator sliver will keep holding while onLoad's Future is still running.

Must not be null and must be positive, but can be 0.0, in which case the sliver will start retracting back to 0.0 as soon as the refresh is started. Defaults to 60px when not specified.

Must be smaller than loadTriggerPullDistance, since the sliver shouldn't grow further after triggering the refresh.

Implementation

final double loadIndicatorExtent;