menu
chess_interface_dart package
documentation
logical_interface/interface.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_dart package
documentation
logical_interface/interface
ChessBoardInterface
redoHistory property
ChessBoardInterface class