ChessPieceWidget constructor
const
ChessPieceWidget({})
Implementation
const ChessPieceWidget({
super.key,
required this.piece,
required this.squareSize,
required this.isBoardEnabled,
this.isDragging = false,
this.onTap,
});