leftIsSame method

bool leftIsSame(
  1. Rect other
)

Implementation

bool leftIsSame(Rect other) => left.equalTo(other.left);