scrollable property
Determines if the sheet is scrollable.
If true
, the sheet uses a DraggableScrollableSheet to allow scrolling.
Defaults to false
.
Implementation
final bool scrollable;
Determines if the sheet is scrollable.
If true
, the sheet uses a DraggableScrollableSheet to allow scrolling.
Defaults to false
.
final bool scrollable;