defaultErrorBuilder property

DefaultFieldBlocErrorBuilder defaultErrorBuilder
getter/setter pair

It must return a string error to display in the widget when it has an error or null if you don't want to display the error.

Implementation

static DefaultFieldBlocErrorBuilder defaultErrorBuilder = buildDefaultError;