setBothLocation method

void setBothLocation(
  1. IntOffset location
)

rect setting helper

Implementation

void setBothLocation(final IntOffset location) {
  locationFound = location;
  locationAdjusted = location;
}