onChanged property

ValueChanged<List<EditableRow>>? onChanged
final

Notified with the full row set whenever the data changes.

Implementation

final ValueChanged<List<EditableRow>>? onChanged;