hasAny method
Implementation
bool hasAny() {
return topLeft || topRight || left || top ||
right || bottomLeft || bottom || bottomRight;
}
bool hasAny() {
return topLeft || topRight || left || top ||
right || bottomLeft || bottom || bottomRight;
}