CustomAlertDialog constructor
const
CustomAlertDialog({
- Key? key,
- required String message,
- VoidCallback? callback,
Implementation
const CustomAlertDialog({
super.key,
required this.message,
this.callback,
});