isDragging property

bool isDragging

The user starts scrolling/dragging the pointer to refresh. Releasing the pointer in this state will not trigger the onRefresh function. The controller value changes from 0.0 to 1.0.

Implementation

bool get isDragging => this == IndicatorState.dragging;