SimpleDialogOption constructor
- Key? key,
- VoidCallback? onPressed,
- EdgeInsets? padding,
- Widget? child,
Creates an option for a SimpleDialog.
Implementation
const SimpleDialogOption({
super.key,
this.onPressed,
this.padding,
this.child,
});
Creates an option for a SimpleDialog.
const SimpleDialogOption({
super.key,
this.onPressed,
this.padding,
this.child,
});