DialogAlert constructor
DialogAlert({
- required String title,
- String? message,
- String buttonLabel = 'OK',
- CmdCallback? onDismiss,
- Key? key,
Implementation
DialogAlert({
required this.title,
this.message,
this.buttonLabel = 'OK',
this.onDismiss,
super.key,
});