onChanged property

VoidCallback? 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 VoidCallback? onChanged;