menu
nice2dev_flutter_ui package
documentation
core/nice_router.dart
NiceRouterContext
routeParams property
routeParams property
dark_mode
light_mode
routeParams
property
Map
<
String
,
String
>
get
routeParams
Current route parameters.
Implementation
Map<String, String> get routeParams => router.currentParams;
nice2dev_flutter_ui package
documentation
core/nice_router
NiceRouterContext
routeParams property
NiceRouterContext extension on
BuildContext