validator property

FormFieldValidator<FTime> validator
final

Returns an error string to display if the input is invalid, or null otherwise. It is also used to determine whether a time in a picker is selectable.

Defaults to always returning null.

Implementation

final FormFieldValidator<FTime> validator;