onValidate method
override
onValidate is used to validate the given input by the user.
Implementation
@override
String? onValidate(
bool? value,
String validationMessage,
) =>
null;
onValidate is used to validate the given input by the user.
@override
String? onValidate(
bool? value,
String validationMessage,
) =>
null;