sheetIsDraggable property

bool sheetIsDraggable
final

Whether or not the bottom sheet is draggable.

If this is set to true, the user feedback form will be wrapped in a DraggableScrollableSheet that will expand when the user drags upward on it. This is useful for large feedback forms.

Implementation

final bool sheetIsDraggable;