onChanged property
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;
Called when one of the form fields changes.
In addition to this callback being invoked, all the form fields themselves will rebuild.
final VoidCallback? onChanged;