validator property
getter/setter pair
Fields can be validated by one or multiple validators with custom error messages. (used for textFields)
Implementation
FormFieldValidator<String>? validator;
Fields can be validated by one or multiple validators with custom error messages. (used for textFields)
FormFieldValidator<String>? validator;