resolve method
Resolves this issue into user-facing text for the given context.
Implementation
@override
String resolve(BuildContext context) {
final localizations = DraftModeLocalizations.of(context);
return localizations?.validationMaxLen(expected.toString()) ??
'Maximum length is $expected';
}