BasePopup constructor Null safety
Implementation
BasePopup({
Key? key,
this.child,
this.onTapYes,
this.onTapCancel,
this.onTapNormal,
this.onTapNo,
this.onTapOutside,
this.onClose,
this.data,
}) : super(key: key);
BasePopup({
Key? key,
this.child,
this.onTapYes,
this.onTapCancel,
this.onTapNormal,
this.onTapNo,
this.onTapOutside,
this.onClose,
this.data,
}) : super(key: key);