StrictLengthFormatter constructor
      
      StrictLengthFormatter({ 
    
    
- required int maxLength,
- ValueChanged<int> ? intercept,
Implementation
StrictLengthFormatter({required this.maxLength, this.intercept});