isCenterTile property

bool isCenterTile

Implementation

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