SheetableWidget constructor
const
SheetableWidget({})
Implementation
const SheetableWidget({
super.key,
this.minHeight = 100,
this.maxHeight = 500,
this.expandToFullHeight = false,
this.onSheetHidden,
required this.contentBuilder,
});