RcInputFormatters class

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

alphanumeric List<TextInputFormatter>
字母数字
final
decimal2 List<TextInputFormatter>
小数(2位)
final
decimal4 List<TextInputFormatter>
小数(4位)
final
decimal6 List<TextInputFormatter>
小数(6位)
final
decimal8 List<TextInputFormatter>
小数(8位)
final
digitsOnly List<TextInputFormatter>
纯数字
final
integerPositive List<TextInputFormatter>
正整数
final
mnemonic List<TextInputFormatter>
助记词
final
others List<TextInputFormatter>
非中文
final