scrollable property

bool scrollable
final

Determines if the sheet is scrollable.

If true, the sheet uses a DraggableScrollableSheet to allow scrolling. Defaults to false.

Implementation

final bool scrollable;