NativeMacosDialog constructor
NativeMacosDialog({
- String? title,
- String? message,
- NativeMacosDialogStyle style = NativeMacosDialogStyle.informational,
- required List<
NativeMacosDialogButton> buttons,
Implementation
NativeMacosDialog({
this.title,
this.message,
this.style = NativeMacosDialogStyle.informational,
required this.buttons,
});