alert_dialog library

Functions

alert(BuildContext context, {Widget? title, Widget? content, Widget? textOK}) Future<void>
The title argument is used to title of alert dialog. The content argument is used to content of alert dialog. The textOK argument is used to text for 'OK' Button of alert dialog.