NavigationScreen constructor

const NavigationScreen({
  1. Key? key,
  2. PylonBuilder? sidebarHeader,
  3. double? railRightPadding,
  4. int index = 0,
  5. double sidebarWidth = 250,
  6. double? railTopPadding,
  7. double? sidebarSpacing,
  8. bool? drawerTransformsBackdrop,
  9. ValueChanged<int>? onIndexChanged,
  10. PylonBuilder? sidebarFooter,
  11. required List<NavItem> tabs,
  12. Widget customNavigationBuilder(
    1. BuildContext,
    2. NavigationScreen,
    3. int
    )?,
  13. bool? endSide,
  14. NavigationType? type,
})

Implementation

const NavigationScreen(
    {super.key,
    this.sidebarHeader,
    this.railRightPadding,
    this.index = 0,
    this.sidebarWidth = 250,
    this.railTopPadding,
    this.sidebarSpacing,
    this.drawerTransformsBackdrop,
    this.onIndexChanged,
    this.sidebarFooter,
    required this.tabs,
    this.customNavigationBuilder,
    this.endSide,
    this.type});