menu
flutx_plus package
documentation
validation/validators/validators.dart
FxLengthValidator
FxLengthValidator.new constructor
FxLengthValidator.new constructor
dark_mode
light_mode
FxLengthValidator
constructor
FxLengthValidator
(
{
bool
required
=
true
,
int
?
exact
,
int
?
min
,
int
?
max
,
bool
short
=
false
,
})
Implementation
FxLengthValidator({this.required = true, this.exact, this.min, this.max, this.short = false});
flutx_plus package
documentation
validation/validators/validators
FxLengthValidator
FxLengthValidator.new constructor
FxLengthValidator class