ChessBoardRank constructor
Implementation
ChessBoardRank(
{this.children = const [],
@required this.game,
this.size,
this.onMove,
this.refreshBoard,
this.enableUserMoves});
ChessBoardRank(
{this.children = const [],
@required this.game,
this.size,
this.onMove,
this.refreshBoard,
this.enableUserMoves});