ChessSquare constructor
const
ChessSquare({})
Implementation
const ChessSquare({
super.key,
required this.color,
required this.invertColor,
required this.square,
required this.boardOrientation,
required this.squareSize,
});