TextInputFormatters extension

on

Static Properties

digitsOnly TextInputFormatter

Available on TextInputFormatter, provided by the TextInputFormatters extension

no setter
singleLineFormatter TextInputFormatter

Available on TextInputFormatter, provided by the TextInputFormatters extension

no setter

Static Methods

allow(Pattern filterPattern, {String replacementString = ''}) TextInputFormatter

Available on TextInputFormatter, provided by the TextInputFormatters extension

deny(Pattern filterPattern, {String replacementString = ''}) TextInputFormatter

Available on TextInputFormatter, provided by the TextInputFormatters extension

money({int integer = 6, int decimal = 2}) List<TextInputFormatter>

Available on TextInputFormatter, provided by the TextInputFormatters extension