x property

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

The horizontal offset from the top-left corner.

Implementation

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