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