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