BottomSheetConfig constructor
const
BottomSheetConfig({})
Decorate a bottom sheet or simple bottomsheet with a BottomSheetConfig.
Implementation
const BottomSheetConfig({
this.defaultBarrierColor = 0x80000000,
this.defaultFullscreen = false,
this.defaultIgnoreSafeArea = true,
this.defaultDraggable = true,
});