ChessBoardRank constructor

ChessBoardRank({List<String> children: const [], @required Chess game, double size, MoveCallback onMove, Function refreshBoard, bool enableUserMoves })

Implementation

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