AlertComponent constructor

const AlertComponent({
  1. Key? key,
  2. required ComponentModel component,
})

Implementation

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