CustomNavBarScreen constructor

const CustomNavBarScreen({
  1. required Widget screen,
  2. RouteAndNavigatorSettings? routeAndNavigatorSettings,
})

Implementation

const CustomNavBarScreen(
    {required this.screen, this.routeAndNavigatorSettings});