menu
gmana package
documentation
validator/text_validator.dart
TextTooLongIssue
TextTooLongIssue.new const constructor
TextTooLongIssue.new const constructor
dark_mode
light_mode
TextTooLongIssue
constructor
const
TextTooLongIssue
(
{
required
int
currentLength
,
required
int
maxLength
,
})
Implementation
const TextTooLongIssue({ required this.currentLength, required this.maxLength, });
gmana package
documentation
validator/text_validator
TextTooLongIssue
TextTooLongIssue.new const constructor
TextTooLongIssue class