NavigationTheme constructor

const NavigationTheme({
  1. double railRightPadding = 8,
  2. double railTopPadding = 8,
  3. double sidebarSpacing = 4,
  4. bool endSide = false,
  5. bool drawerTransformsBackdrop = false,
  6. NavigationType type = NavigationType.bottomNavigationBar,
})

Implementation

const NavigationTheme({
  this.railRightPadding = 8,
  this.railTopPadding = 8,
  this.sidebarSpacing = 4,
  this.endSide = false,
  this.drawerTransformsBackdrop = false,
  this.type = NavigationType.bottomNavigationBar,
});