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