PermissonElegantAlert constructor

const PermissonElegantAlert({
  1. Key? key,
  2. required ElegantAlertPermissionType elegantAlertPermission,
})

Implementation

const PermissonElegantAlert({
  super.key,
  required this.elegantAlertPermission,
});