menu
simple_chess_board package
documentation
widgets/chessboard.dart
SimpleChessBoard
cellHighlights property
cellHighlights property
dark_mode
light_mode
cellHighlights
property
Map
<
String
,
Color
>
cellHighlights
final
The cell highlighting colors.
Implementation
final Map<String, Color> cellHighlights;
simple_chess_board package
documentation
widgets/chessboard
SimpleChessBoard
cellHighlights property
SimpleChessBoard class