onRowChanged property

void Function(ExpandableRow newRow)? onRowChanged
final

Triggers when a row is edited with EditDialog.

Returns the new ExpandableRow data.`

Implementation

final void Function(ExpandableRow newRow)? onRowChanged;