onUpdate property

(dynamic Function(Cell current, List<int> selected)?) onUpdate
final

when move to a new dot

Implementation

final Function(Cell current, List<int> selected)? onUpdate;