onMove property

void Function({required ShortMove move}) onMove
final

Handler for when user tries to make move on board.

Implementation

final void Function({required ShortMove move}) onMove;