onRowChanged property
Triggers when a row is edited with EditDialog.
Returns the new ExpandableRow data.`
Implementation
final void Function(ExpandableRow newRow)? onRowChanged;
Triggers when a row is edited with EditDialog.
Returns the new ExpandableRow data.`
final void Function(ExpandableRow newRow)? onRowChanged;