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 42ca441 commit ec00125Copy full SHA for ec00125
lib/src/form_field_validator_extensions.dart
@@ -16,4 +16,4 @@ extension FormFieldValidatorExtensions<T> on FormFieldValidator<T> {
16
FormFieldValidator<T> when(bool Function(T value) condition) {
17
return FormBuilderValidators.conditional(condition, this);
18
}
19
-}
+}
0 commit comments