isScrollControlled property

bool isScrollControlled
final

Specifies whether this is a route for a bottom sheet that will utilize DraggableScrollableSheet.

Consider setting this parameter to true if this bottom sheet has a scrollable child, such as a ListView or a GridView, to have the bottom sheet be draggable.

Implementation

final bool isScrollControlled;