T bottom

Source

@override
T get bottom => top + height;
void bottom=(T value)

Source

set bottom(T value) {
  height = value - top;
}