customValidator property

FormFieldValidator<String?>? customValidator
final

Custom validator for the text field. If it is provided, then all fields below will be inactivated and form will be validated to the custom validator.

Implementation

final FormFieldValidator<String?>? customValidator;