isDragging property
bool
get
isDragging
Whether a drag is currently in flight.
Implementation
bool get isDragging => _session != null;
Whether a drag is currently in flight.
bool get isDragging => _session != null;