view property
The video display window. In one VideoCanvas, you can only choose to set either view or surfaceTexture. If both are set, only the settings in view take effect.
Implementation
@JsonKey(name: 'view', readValue: readIntPtr)
final int? view;