ChessSquare constructor
const
ChessSquare({
- Key? key,
- required Color color,
- required String square,
- required PlayerColor boardOrientation,
- required double squareSize,
Implementation
const ChessSquare({
super.key,
required this.color,
required this.square,
required this.boardOrientation,
required this.squareSize,
});