text_formatter library

Classes

InterceptLengthLimitingTextInputFormatter
A TextInputFormatter that prevents the insertion of more characters (currently defined as Unicode scalar values) than allowed.
KnowableLengthLimitingTextInputFormatter
A TextInputFormatter that prevents the insertion of more characters (currently defined as Unicode scalar values) than allowed.

Typedefs

InterceptValue<T> = T? Function(T value)