NativeMacosDialogButton constructor

NativeMacosDialogButton({
  1. required String text,
  2. bool destructive = false,
  3. VoidCallback? onPressed,
})

Implementation

NativeMacosDialogButton({required this.text, this.destructive = false, this.onPressed});