Mask some text
String maskText(String text) { return MaskTextInputFormatter(mask: _mask, filter: _maskFilter, initialText: text).getMaskedText(); }