XContextShowGeneralDialog extension

showGeneralDialog(context: context, ...) as context.showGeneralDialog(...)

on

Methods

showGeneralDialog<T>({required RoutePageBuilder pageBuilder, required bool barrierDismissible, String? barrierLabel, required Color barrierColor, required Duration transitionDuration, RouteTransitionsBuilder? transitionBuilder, bool useRootNavigator = true, RouteSettings? routeSettings}) Future<T?>
Displays a dialog above the current contents of the app.