menu
jaspr_forms package
documentation
jaspr_forms.dart
MaxLength
MaxLength.new const constructor
MaxLength.new const constructor
dark_mode
light_mode
MaxLength
constructor
const
MaxLength
(
int
max
, {
String
message
=
'Must be at most {max} characters'
,
})
Implementation
const MaxLength(this.max, {this.message = 'Must be at most {max} characters'});
jaspr_forms package
documentation
jaspr_forms
MaxLength
MaxLength.new const constructor
MaxLength class