PermissonElegantAlert constructor
const
PermissonElegantAlert({
- Key? key,
- required ElegantAlertPermissionType elegantAlertPermission,
Implementation
const PermissonElegantAlert({
super.key,
required this.elegantAlertPermission,
});