SubZeroBottomSheetConfig constructor
const
SubZeroBottomSheetConfig({})
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,
});