NZDialogAction constructor
const
NZDialogAction({
- required String label,
- VoidCallback? onPressed,
- bool isDestructive = false,
- bool isPrimary = false,
- Color? color,
Implementation
const NZDialogAction({
required this.label,
this.onPressed,
this.isDestructive = false,
this.isPrimary = false,
this.color,
});