bottom property

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

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

Implementation

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