topIsSame method

bool topIsSame(
  1. Rect other
)

Implementation

bool topIsSame(Rect other) => top.equalTo(other.top);