navigator property

NavigatorState get navigator

Implementation

NavigatorState get navigator {
  return Navigator.of(this);
}