x property

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

合图子视频在合图画布上的 x 坐标 (px)。即合图子视频的左上角相对于合图画布左上角(原点)的横向位移。

Implementation

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