isArmed property

bool isArmed

The user has dragged the pointer further than the distance declared by containerExtentPercentageToArmed or offsetToArmed (over the value of 1.0). Releasing the pointer in this state will trigger the onRefresh function.

Implementation

bool get isArmed => this == IndicatorState.armed;