widgets/dialog library
Classes
- Dialog
- A material design dialog.
- SimpleDialog
- A simple material design dialog.
- SimpleDialogOption
- An option used in a SimpleDialog.
Functions
-
showDialog<
T> ({required BuildContext context, bool barrierDismissible = true, Widget? child, WidgetBuilder? builder}) → Future< T?> - Displays a Material dialog above the current contents of the app, with Material entrance and exit animations, modal barrier color, and modal barrier behavior (dialog is dismissible with a tap on the barrier).