Creates an alert dialog.
Typically used in conjunction with showDialog.
Source
AlertDialog({
Key key,
this.title,
this.titlePadding,
this.content,
this.contentPadding,
this.actions
}) : super(key: key);
Creates an alert dialog.
Typically used in conjunction with showDialog.
AlertDialog({
Key key,
this.title,
this.titlePadding,
this.content,
this.contentPadding,
this.actions
}) : super(key: key);