AlertComponent constructor
const
AlertComponent({
- Key? key,
- required ComponentModel component,
Implementation
const AlertComponent({
Key? key,
required this.component,
}) : super(key: key);