data class LayoutKey
An object that describes a keyboard key.
Constructors | |
---|---|
LayoutKey(labels: List |
Properties | |
---|---|
List<String> |
labels A list of labels for the key. |
FLRect | rect The rect of the key relative to the bounds of the keyboard. |
LayoutKey(labels: List<String>, rect: FLRect)
Parameters | |
---|---|
labels: List |
A list of labels for the key. |
rect: FLRect | The rect of the key relative to the bounds of the keyboard. |
val labels: List<String>
A list of labels for the key.
val rect: FLRect
The rect of the key relative to the bounds of the keyboard.