navigator property
NavigatorState
get
navigator
Returns the NavigatorState associated with this context.
Implementation
NavigatorState get navigator => Navigator.of(this);
Returns the NavigatorState associated with this context.
NavigatorState get navigator => Navigator.of(this);