CNAlertAction constructor
const
CNAlertAction({
- required String title,
- CNAlertActionStyle style = CNAlertActionStyle.defaultStyle,
- VoidCallback? onPressed,
Creates an alert action.
Implementation
const CNAlertAction({
required this.title,
this.style = CNAlertActionStyle.defaultStyle,
this.onPressed,
});