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