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