TinyXContextShowGeneralDialog extension

showGeneralDialog<T>(context: context, ...) as context.showGeneralDialog<T>(...)

on

Methods

showGenDialog<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.