VncViewerWidget constructor
const
VncViewerWidget({})
Implementation
const VncViewerWidget({
super.key,
required this.hostName,
required this.password,
this.port = 5900,
this.onStart,
this.onClose,
this.onError,
this.onImageResize,
});