menu
chess_interface package
documentation
chess_interface_dart.dart
ChessBoardInterfaceExtension
canRedo method
canRedo method
dark_mode
light_mode
canRedo
method
bool
canRedo
(
)
Check if user can redo the last undone move.
Implementation
bool canRedo() => redoHistory.isNotEmpty;
chess_interface package
documentation
chess_interface_dart
ChessBoardInterfaceExtension
canRedo method
ChessBoardInterfaceExtension extension on
ChessBoardInterface