left property

  1. @JsonKey.new(includeIfNull: false)
  2. @Deprecated('This property is deprecated, pls use x instead.')
int? left
getter/setter pair

The coordinate of the left side of the shared area on the horizontal axis.

Implementation

@JsonKey(includeIfNull: false)
@Deprecated('This property is deprecated, pls use x instead.')
int? left;