acceptDrag property

(dynamic Function(PartialMove, int, GlobalKey<State<StatefulWidget>>)?) acceptDrag
final

Called when a square accepts a piece dragged onto it.

Implementation

final Function(PartialMove, int, GlobalKey)? acceptDrag;