context property

BuildContext? context
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;