constraints property
final
Constrains the size of the BottomSheet.
If null, the bottom sheet's size will be unconstrained.
Implementation
final BoxConstraints? constraints;
Constrains the size of the BottomSheet.
If null, the bottom sheet's size will be unconstrained.
final BoxConstraints? constraints;