menu
chess_interface package
documentation
chess_interface_dart.dart
ChessBoardInterface
redoHistory property
redoHistory property
dark_mode
light_mode
redoHistory
property
List
<
String
>
redoHistory
getter/setter pair
Stores undone moves for redo
Implementation
List<String> redoHistory = [];
chess_interface package
documentation
chess_interface_dart
ChessBoardInterface
redoHistory property
ChessBoardInterface class