SimpleDialogOption constructor
Creates an option for a SimpleDialog.
Implementation
const SimpleDialogOption({
Key key,
this.onPressed,
this.child,
}) : super(key: key);
Creates an option for a SimpleDialog.
const SimpleDialogOption({
Key key,
this.onPressed,
this.child,
}) : super(key: key);