CepInputFormatter class
Formata o valor do campo com a mascara de CEP ( XX.XXX-XXX ).
- Inheritance
- Object
- TextInputFormatter
- CepInputFormatter
Constructors
- CepInputFormatter({bool ponto: true})
Properties
Methods
-
formatEditUpdate(
TextEditingValue valorAntigo, TextEditingValue valorNovo) → TextEditingValue -
Called when text is being typed or cut/copy/pasted in the
EditableText
. [...]override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited