AlertComponent constructor

const AlertComponent(
  1. {Key? key,
  2. required AlertComponentOptions options}
)

Implementation

const AlertComponent({
  super.key,
  required this.options,
});