InfoElegantAlert constructor

const InfoElegantAlert({
  1. Key? key,
  2. required ElegantAlertInfoType elegantAlertInfoType,
})

Implementation

const InfoElegantAlert({
  super.key,
  required this.elegantAlertInfoType,
});