onFieldChanged property

void Function(String fieldName, dynamic value) onFieldChanged
final

Called when a field value changes.

The callback receives the field name and the new value.

Implementation

final void Function(String fieldName, dynamic value) onFieldChanged;