menu
simple_chess_board package
documentation
widgets/chessboard.dart
SimpleChessBoard
onTap property
onTap property
dark_mode
light_mode
onTap
property
void Function
({
required
String
cellCoordinate
})
onTap
final
Handler for when a cell is tapped.
Implementation
final void Function({ required String cellCoordinate, }) onTap;
simple_chess_board package
documentation
widgets/chessboard
SimpleChessBoard
onTap property
SimpleChessBoard class