width property

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

图片在视频画面上的宽度 (px)。

Implementation

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