navigate property

NavigatorState get navigate

Implementation

NavigatorState get navigate => Navigator.of(
      this,
      // rootNavigator: true
    );