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