ChoiceAlertPopup constructor
ChoiceAlertPopup({
- Key? key,
- required dynamic messag,
- required dynamic image,
Implementation
ChoiceAlertPopup({super.key, required this.messag, required this.image});