isCenterTile property
bool
get
isCenterTile
Implementation
bool get isCenterTile {
return valueLeft == value &&
valueRight == value &&
valueTop == value &&
valueBottom == value &&
valueBottomLeft == value &&
valueBottomRight == value &&
valueTopLeft == value &&
valueTopRight == value;
}