menu
simple_chess_board package
documentation
widgets/chessboard.dart
SimpleChessBoard
highlightingArrows property
highlightingArrows property
dark_mode
light_mode
highlightingArrows
property
List
<
BoardArrow
>
highlightingArrows
final
Arrows to draw (excepting last move arrow).
Implementation
final List<BoardArrow> highlightingArrows;
simple_chess_board package
documentation
widgets/chessboard
SimpleChessBoard
highlightingArrows property
SimpleChessBoard class