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