buildDialogRoute method

DialogRoute buildDialogRoute(
  1. BuildContext context
)

Returns the appropriate DialogRoute based on the transition type.

Implementation

DialogRoute buildDialogRoute(BuildContext context){
  return customTransitionModule.buildDialogRoute(child, duration, curve, context);
}