Creates a simple dialog.
Typically used in conjunction with showDialog.
Source
SimpleDialog({
Key key,
this.title,
this.titlePadding,
this.children,
this.contentPadding,
}) : super(key: key);
Creates a simple dialog.
Typically used in conjunction with showDialog.
SimpleDialog({
Key key,
this.title,
this.titlePadding,
this.children,
this.contentPadding,
}) : super(key: key);