isDragging property
bool
get
isDragging
Returns true if the sheet is currently being dragged.
Implementation
bool get isDragging => _isDragging;
Returns true if the sheet is currently being dragged.
bool get isDragging => _isDragging;