widget/dialog/dialog library
Functions
-
alertDialog(
{BuildContext? context, Widget? title, Widget? content, String? cancelLabel, CancelListener? cancelListener, String? okLabel, OkListener? okListener, ThenListener? thenListener}) → dynamic
Typedefs
- CancelListener = void Function()
- OkListener = void Function()
- ThenListener = void Function()