errorBuilder property

FormFieldErrorBuilder? errorBuilder
final

Function that returns the widget representing the error to display.

It is passed the form field validator error string as input. The resulting widget is passed to InputDecoration.error.

If null, the validator error string is passed to InputDecoration.errorText.

Implementation

final FormFieldErrorBuilder? errorBuilder;