menu
nomo_router package
documentation
router/entities/route.dart
AppRoute
AppRoute const constructor
AppRoute const constructor
dark_mode
light_mode
AppRoute
constructor
const
AppRoute
(
{
required
Widget
page
,
required
String
name
,
})
Implementation
const AppRoute({ required this.page, required this.name, });
nomo_router package
documentation
router/entities/route
AppRoute
AppRoute const constructor
AppRoute class