draggable property
Defines if the sheet can be translated by user dragging. If false the route can still be closed by tapping the barrier if barrierDismissible is true or by Navigator.pop
Implementation
@override
bool get draggable => true;
Defines if the sheet can be translated by user dragging. If false the route can still be closed by tapping the barrier if barrierDismissible is true or by Navigator.pop
@override
bool get draggable => true;