SubZeroBottomSheetConfig constructor

const SubZeroBottomSheetConfig({
  1. bool barrierDismissible = true,
  2. bool showDragHandle = true,
  3. bool showCloseButton = true,
  4. bool enableDrag = true,
  5. double maxDialogWidth = 520,
  6. double desktopBreakpoint = 600,
  7. Color? backgroundColor,
  8. Color? scrimColor,
  9. bool useScrollableSheet = false,
  10. double initialHeightFraction = 0.5,
})

Implementation

const SubZeroBottomSheetConfig({
  this.barrierDismissible = true,
  this.showDragHandle = true,
  this.showCloseButton = true,
  this.enableDrag = true,
  this.maxDialogWidth = 520,
  this.desktopBreakpoint = 600,
  this.backgroundColor,
  this.scrimColor,
  this.useScrollableSheet = false,
  this.initialHeightFraction = 0.5,
});