onValidate method

  1. @override
String? onValidate(
  1. bool? value,
  2. String validationMessage
)
override

onValidate is used to validate the given input by the user.

Implementation

@override
String? onValidate(
  bool? value,
  String validationMessage,
) =>
    null;