constraints property

BoxConstraints? constraints
final

Constrains the size of the BottomSheet.

If null, the bottom sheet's size will be unconstrained.

Implementation

final BoxConstraints? constraints;