offsetToArmed property

double? offsetToArmed
final

The distance in number of pixels that the user should drag to arm the indicator. The armed indicator will trigger the onRefresh function when the gesture is completed.

If not specified, containerExtentPercentageToArmed will be used instead.

Implementation

final double? offsetToArmed;