DeleteElegantAlert constructor
const
DeleteElegantAlert({
- Key? key,
- required ElegantAlertDeleteType elegantAlertDeleteType,
Implementation
const DeleteElegantAlert({
super.key,
required this.elegantAlertDeleteType,
});