onValidate abstract method
- T? value,
- String validationMessage
onValidate is used to validate the given input by the user.
Implementation
String? onValidate(
T? value,
String validationMessage,
);
onValidate is used to validate the given input by the user.
String? onValidate(
T? value,
String validationMessage,
);