onChanged property

EasyFormChangeCallback? onChanged
final

Called when one of the form fields changes.

In addition to this callback being invoked, all the form fields themselves will rebuild.

Implementation

final EasyFormChangeCallback? onChanged;