menu
flutter_chess_board package
documentation
flutter_chess_board.dart
ChessBoardController
getBoard method
getBoard method
dark_mode
light_mode
getBoard
method
List
<
Piece
?
>
getBoard
(
)
Implementation
List<Piece?> getBoard() { return game.board; }
flutter_chess_board package
documentation
flutter_chess_board
ChessBoardController
getBoard method
ChessBoardController class