bottomIsSame method

bool bottomIsSame(
  1. Rect other
)

Implementation

bool bottomIsSame(Rect other) => bottom.equalTo(other.bottom);