menu
arcane package
documentation
shadcn/components/form/form.dart
LengthValidator
LengthValidator.new const constructor
LengthValidator.new const constructor
dark_mode
light_mode
LengthValidator
constructor
const
LengthValidator
(
{
int
?
min
,
int
?
max
,
String
?
message
,
})
Implementation
const LengthValidator({this.min, this.max, this.message});
arcane package
documentation
shadcn/components/form/form
LengthValidator
LengthValidator.new const constructor
LengthValidator class