isDragging property
bool
get
isDragging
Whether a drag is currently active.
Implementation
bool get isDragging => _state.isDragging;
Whether a drag is currently active.
bool get isDragging => _state.isDragging;