AlertComponent constructor
const
AlertComponent({
- Key? key,
- required ComponentModel component,
- Map<
String, dynamic> ? formData,
Implementation
const AlertComponent({
super.key,
required this.component,
this.formData,
});