validator property

FormFieldValidator<String>? validator
final

Validator function for the text field.

Can be used to ensure that the selected date meets specific requirements.

Implementation

final FormFieldValidator<String>? validator;