NavigationGestureController(NavigatorState _navigator)

Configures the NavigationGestureController and tells the given Navigator that a gesture has started.

Source

NavigationGestureController(this._navigator) {
  // Disable Hero transitions until the gesture is complete.
  _navigator.didStartUserGesture();
}