ChessBoard constructor
Implementation
ChessBoard(
{this.size = 200.0,
this.whiteSideTowardsUser = true,
@required this.onMove,
@required this.onCheckMate,
@required this.onDraw,
this.chessBoardController,
this.enableUserMoves = true});