width property

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

参与本地合图的视频的宽度 (px)。

Implementation

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