menu
stack_router package
documentation
stack_router_controller.dart
StackRouterController
pushRoute property
pushRoute property
dark_mode
light_mode
pushRoute
property
void Function
(
String
route
)
pushRoute
getter/setter pair
Pushes the given route on top of the router stack.
Implementation
late void Function(String route) pushRoute;
stack_router package
documentation
stack_router_controller
StackRouterController
pushRoute property
StackRouterController class