KeyboardsTypes enum
All Supported Keyboards Type
Values
- englishUpperCase → const KeyboardsTypes
- englishLowerCase → const KeyboardsTypes
- urduKeyboard1 → const KeyboardsTypes
- urduKeyboard2 → const KeyboardsTypes
- sindhiKeyboard1 → const KeyboardsTypes
- sindhiKeyboard2 → const KeyboardsTypes
- numericKeyboard → const KeyboardsTypes
- symbolic1 → const KeyboardsTypes
- symbolic2 → const KeyboardsTypes
Properties
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<
KeyboardsTypes> - A constant List of the values in this enum, in order of their declaration.