position property

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

The position of a window relative to the entire screen space (including all shareable screens). See Rectangle.

Implementation

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