DeleteElegantAlert constructor

const DeleteElegantAlert({
  1. Key? key,
  2. required ElegantAlertDeleteType elegantAlertDeleteType,
})

Implementation

const DeleteElegantAlert({
  super.key,
  required this.elegantAlertDeleteType,
});