handleErrorOnSubmit property

ValueChanged<String>? handleErrorOnSubmit
latefinal

A callback that will be triggered whenever the submitForm method is called while the form is invalid. It exposes the first error returned by one of the form's field (Field

Implementation

late final ValueChanged<String>? handleErrorOnSubmit;