AlertButton constructor
const
AlertButton({
- required String title,
- VoidCallback? onPressed,
- bool dismissAlert = true,
- bool isDestructive = false,
- bool isDefault = false,
Implementation
const AlertButton({
required this.title,
this.onPressed,
this.dismissAlert = true,
this.isDestructive = false,
this.isDefault = false,
});