asyncErrorText property

String? asyncErrorText
final

For async/server-side validation errors (e.g., "email already exists") This is separate from the synchronous validator and will be displayed alongside validator errors. Clear this when user changes the field.

Implementation

final String? asyncErrorText;