onFieldChanged property
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;
Called when a field value changes.
The callback receives the field name and the new value.
final void Function(String fieldName, dynamic value) onFieldChanged;