NavigationTheme constructor

const NavigationTheme({
  1. double sidebarWidth = 280,
  2. double sidebarCollapsedWidth = 64,
  3. double bottomNavHeight = 64,
})

Implementation

const NavigationTheme({
  this.sidebarWidth = 280,
  this.sidebarCollapsedWidth = 64,
  this.bottomNavHeight = 64,
});