StrictLengthFormatter constructor

StrictLengthFormatter({
  1. required int maxLength,
  2. ValueChanged<int>? intercept,
})

Implementation

StrictLengthFormatter({required this.maxLength, this.intercept});