TextValidator typedef

TextValidator = String? Function(String?)

Implementation

typedef TextValidator = String? Function(String?);