ChoiceAlertPopup constructor

ChoiceAlertPopup({
  1. Key? key,
  2. required dynamic messag,
  3. required dynamic image,
})

Implementation

ChoiceAlertPopup({super.key, required this.messag, required this.image});