KeyboardType enum

Inheritance

Constructors

KeyboardType()
const

Values

defaultType → const KeyboardType

Default type for the current input method.

asciiCapable → const KeyboardType

Displays a keyboard which can enter ASCII characters

numbersAndPunctuation → const KeyboardType

Numbers and assorted punctuation.

url → const KeyboardType

A type optimized for URL entry (shows . / .com prominently).

numberPad → const KeyboardType

A number pad with locale-appropriate digits (0-9, ۰-۹, ०-९, etc.). Suitable for PIN

phonePad → const KeyboardType

A phone pad (1-9, *, 0, #, with letters under the numbers).

namePhonePad → const KeyboardType

A type optimized for entering a person's name or phone number.

emailAddress → const KeyboardType

A type optimized for multiple email address entry (shows space @ . prominently).

decimalPad → const KeyboardType

A number pad with a decimal point. iOS 4.1+.

twitter → const KeyboardType

A type optimized for twitter text entry (easy access to @ #).

webSearch → const KeyboardType

A default keyboard type with URL-oriented addition (shows space . prominently).

asciiCapableNumberPad → const KeyboardType

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<KeyboardType>
A constant List of the values in this enum, in order of their declaration.