TextInputLimitFormatter enum

Inheritance

Constructors

TextInputLimitFormatter()
const

Values

lettersNumbers → const TextInputLimitFormatter

字母和数字

password → const TextInputLimitFormatter

密码 字母和数字和.

number → const TextInputLimitFormatter

整数

text → const TextInputLimitFormatter

文本

decimal → const TextInputLimitFormatter

小数

letter → const TextInputLimitFormatter

字母

chinese → const TextInputLimitFormatter

中文

email → const TextInputLimitFormatter

邮箱

phone → const TextInputLimitFormatter

电话号码

idCard → const TextInputLimitFormatter

身份证

positive → const TextInputLimitFormatter

正数

negative → const TextInputLimitFormatter

负数

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<TextInputLimitFormatter>
A constant List of the values in this enum, in order of their declaration.