OudsBottomSheetScaffold constructor
- Key? key,
- required WidgetBuilder sheetContent,
- required WidgetBuilder content,
- double sheetPeekHeight = kOudsBottomSheetPeekHeight,
- bool sheetDragHandle = true,
- bool sheetSwipeEnabled = true,
- PreferredSizeWidget? topBar,
- ValueChanged<
bool> ? onExpansionChanged,
Implementation
const OudsBottomSheetScaffold({
super.key,
required this.sheetContent,
required this.content,
this.sheetPeekHeight = kOudsBottomSheetPeekHeight,
this.sheetDragHandle = true,
this.sheetSwipeEnabled = true,
this.topBar,
this.onExpansionChanged,
});