rightIsSame method

bool rightIsSame(
  1. Rect other
)

Implementation

bool rightIsSame(Rect other) => right.equalTo(other.right);