x property

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

左上角的横向偏移。

Implementation

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