We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fde8e4 commit 7668498Copy full SHA for 7668498
lib/src/form_builder_validators.dart
@@ -37,8 +37,8 @@ class FormBuilderValidators {
37
};
38
}
39
40
- /// [FormFieldValidator] that requires the field's value be true.
41
- /// Commonly used for required checkboxes.
+ /// [FormFieldValidator] that requires the field's value be equal to the
+ /// provided value.
42
static FormFieldValidator<T> equal<T>(
43
BuildContext context,
44
T value, {
0 commit comments