FxBottomSheetShell<T> constructor
FxBottomSheetShell<T> ({
- Key? key,
- required FxOverlayType type,
- required FxOverlayOptions<
T> options, - bool useSafeArea = true,
- ScrollController? scrollController,
- DraggableScrollableController? sheetController,
- FxBottomSheetOptions? bottomSheetOptions,
Implementation
FxBottomSheetShell({
super.key,
required this.type,
required this.options,
this.useSafeArea = true,
this.scrollController,
this.sheetController,
this.bottomSheetOptions,
});