menu
mio_web_router package
documentation
core/router_path.dart
RouterPath
RouterPath const constructor
RouterPath const constructor
dark_mode
light_mode
RouterPath
constructor
const
RouterPath
(
{
required
String
path
,
required
dynamic
builder
(
dynamic
,
Map
<
String
,
String
>
),
})
Implementation
const RouterPath({ required this.path, required this.builder, });
mio_web_router package
documentation
core/router_path
RouterPath
RouterPath const constructor
RouterPath class