menu
flutter_chess_board package
documentation
flutter_chess_board.dart
ChessBoardController
isCheckMate method
isCheckMate method
dark_mode
light_mode
isCheckMate
method
bool
isCheckMate
(
)
Implementation
bool isCheckMate() { return game.in_checkmate; }
flutter_chess_board package
documentation
flutter_chess_board
ChessBoardController
isCheckMate method
ChessBoardController class