CLShellConfig constructor

const CLShellConfig({
  1. double tabletBreakpoint = 600,
  2. double desktopBreakpoint = 1079,
  3. double sidebarWidth = 268,
  4. double railWidth = 72,
  5. double trailingWidth = 360,
  6. int maxBottomBarItems = 5,
  7. double drawerWidthFactor = 0.85,
  8. bool frostedFullBleed = false,
})

Implementation

const CLShellConfig({
  this.tabletBreakpoint = 600,
  this.desktopBreakpoint = 1079,
  this.sidebarWidth = 268,
  this.railWidth = 72,
  this.trailingWidth = 360,
  this.maxBottomBarItems = 5,
  this.drawerWidthFactor = 0.85,
  this.frostedFullBleed = false,
});