SimpleDialogOption constructor Null safety
- {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,
});