top property

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

The coordinate of the top side of the shared area on the vertical axis.

Implementation

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