right property

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

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

Implementation

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