context property
getter/setter pair
This router's global BuildContext to use in contextless scenarios.
Note that this BuildContext doesn't contain a Overlay widget. If you need one, use the overlay.
Implementation
BuildContext? context;
This router's global BuildContext to use in contextless scenarios.
Note that this BuildContext doesn't contain a Overlay widget. If you need one, use the overlay.
BuildContext? context;