NavigationScreen constructor
const
NavigationScreen({
- Key? key,
- double railRightPadding = 8,
- int index = 0,
- Widget? overrideSidebarGap,
- double railTopPadding = 8,
- double sidebarSpacing = 4,
- bool drawerTransformsBackdrop = false,
- ValueChanged<
int> ? onIndexChanged, - required List<
NavItem> tabs, - bool endSide = false,
- NavigationType type = NavigationType.bottomNavigationBar,
Implementation
const NavigationScreen(
{super.key,
this.railRightPadding = 8,
this.index = 0,
this.overrideSidebarGap,
this.railTopPadding = 8,
this.sidebarSpacing = 4,
this.drawerTransformsBackdrop = false,
this.onIndexChanged,
this.sidebarFooter,
required this.tabs,
this.customNavigationBuilder,
this.endSide = false,
this.type = NavigationType.bottomNavigationBar});