BoardSquare constructor

BoardSquare(String squareName, Chess game, double size, MoveCallback onMove, Function refreshBoard, bool enableUserMoves)

Implementation

BoardSquare(this.squareName, this.game, this.size, this.onMove,
    this.refreshBoard, this.enableUserMoves);