DefaultFieldBlocErrorBuilder typedef

DefaultFieldBlocErrorBuilder = String? Function(BuildContext context, Object error, FieldBloc<FieldBlocStateBase> fieldBloc)

Implementation

typedef DefaultFieldBlocErrorBuilder = String? Function(
  BuildContext context,
  Object error,
  FieldBloc fieldBloc,
);