BottomSheetConfig constructor

const BottomSheetConfig({
  1. int defaultBarrierColor = 0x80000000,
  2. bool defaultFullscreen = false,
  3. bool defaultUseSafeArea = false,
  4. bool defaultDraggable = true,
  5. bool defaultShowDragHandle = false,
})

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,
});