PopupScreen constructor Null safety
Implementation
PopupScreen({
Key? key,
this.child,
this.padding = EdgeInsets.zero,
required this.type,
this.onTapCancel,
this.onTapNormal,
this.onTapYes,
this.onTapOutside,
this.onTapNo,
this.onClose,
this.data,
}) : super(key: key);