buildPageRoute method

PageRoute buildPageRoute()

Returns the appropriate PageRoute based on the transition type.

Implementation

PageRoute buildPageRoute() {
  return customTransitionModule.buildPageRoute(child, duration, curve);
}