menu
stack_router package
documentation
stack_router_actions.dart
StackRouterActions
pushRoute property
pushRoute property
dark_mode
light_mode
pushRoute
property
dynamic Function
(
String
route
)
pushRoute
final
Pushes the given route to the top of the stack.
Implementation
final Function(String route) pushRoute;
stack_router package
documentation
stack_router_actions
StackRouterActions
pushRoute property
StackRouterActions class