MaskTextInputFormatter class

Implemented types
Implementers

Constructors

MaskTextInputFormatter({String mask = '', Map<String, RegExp>? filter, String initialText = ''})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

formatEditUpdate(TextEditingValue oldValue, TextEditingValue newValue) TextEditingValue
override
getMask() String
getMaskedText() String
getUnmaskedText() String
isFill() bool
maskText(String text) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unmaskText(String text) String
updateMask({String mask = '', Map<String, RegExp>? filter}) TextEditingValue

Operators

operator ==(Object other) bool
The equality operator.
inherited