onCellChanged property

(dynamic Function(SpannableGridCellData?)?) onCellChanged
final

A callback, that called when a cell position is changed by the user

Implementation

final Function(SpannableGridCellData?)? onCellChanged;