width property

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

目标区域的宽度。

Implementation

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