buildDialogRoute method
Returns the appropriate DialogRoute based on the transition type.
Implementation
DialogRoute buildDialogRoute(BuildContext context){
return customTransitionModule.buildDialogRoute(child, duration, curve, context);
}
Returns the appropriate DialogRoute based on the transition type.
DialogRoute buildDialogRoute(BuildContext context){
return customTransitionModule.buildDialogRoute(child, duration, curve, context);
}