InfoElegantAlert constructor
const
InfoElegantAlert({
- Key? key,
- required ElegantAlertInfoType elegantAlertInfoType,
Implementation
const InfoElegantAlert({
super.key,
required this.elegantAlertInfoType,
});