width property

  1. @JsonKey(name: 'width')
int? width
final

The width of the target area.

Implementation

@JsonKey(name: 'width')
final int? width;