screenRect property

  1. @JsonKey(name: 'screenRect')
Rectangle? screenRect
final

(Windows only) The relative position of the shared screen to the virtual screen. This parameter takes effect only when you want to capture the screen on Windows.

Implementation

@JsonKey(name: 'screenRect')
final Rectangle? screenRect;