Creates a dialog.
Typically used in conjunction with showDialog.
Source
Dialog({
Key key,
this.child,
}) : super(key: key);
Creates a dialog.
Typically used in conjunction with showDialog.
Dialog({
Key key,
this.child,
}) : super(key: key);