menu
x_validators package
documentation
rules/text/max_length.dart
MaxLength
MaxLength.new constructor
MaxLength.new constructor
dark_mode
light_mode
MaxLength
constructor
MaxLength
(
int
max
, [
String
?
error
])
Implementation
MaxLength(this.max, [String? error]) : super(error);
x_validators package
documentation
rules/text/max_length
MaxLength
MaxLength.new constructor
MaxLength class