PopupEvent constructor Null safety
Implementation
PopupEvent({
required this.type,
required this.action,
this.onTapCancel,
this.onTapNormal,
this.onTapNo,
this.onTapYes,
this.onTapOutside,
this.onClose,
this.data,
});
PopupEvent({
required this.type,
required this.action,
this.onTapCancel,
this.onTapNormal,
this.onTapNo,
this.onTapYes,
this.onTapOutside,
this.onClose,
this.data,
});