formValidator property

FormValidator? formValidator
final

Validates the field's current value. See FormValidator for the three supported patterns (named constructor, chainable API, or explicit rule list). The first failing rule's message renders as the field's error text.

Implementation

final FormValidator? formValidator;