ShowAlertDialog constructor

ShowAlertDialog({
  1. required String message,
  2. required String title,
})

Implementation

ShowAlertDialog({required this.message, required this.title});