menu
flutter_formy package
documentation
flutter_formy_generic_validators.dart
MinLengthValidator<T>
minLength property
minLength property
dark_mode
light_mode
minLength
property
int
minLength
final
The minimum allowed length for the value.
Implementation
final int minLength;
flutter_formy package
documentation
flutter_formy_generic_validators
MinLengthValidator<T>
minLength property
MinLengthValidator class