customCanTransitionTo abstract method

  1. @protected
bool customCanTransitionTo(
  1. TransitionRoute nextRoute
)

Builds the can transition of the page.

Implementation

@protected
bool customCanTransitionTo(TransitionRoute<dynamic> nextRoute);