AlertWidget constructor

const AlertWidget({
  1. Key? key,
  2. required String text,
})

Implementation

const AlertWidget({super.key, required this.text});