couchkeys library
Classes
- BackspaceAction
- Represents a key press that deletes the last character in the text field.
- ClearAction
- Represents a key press that clears the text field.
- Couchkeys
- A customizable virtual keyboard. The keyboard can be customized with a custom layout, button style, and height.
- InsertAction
- KeyboardAction
- KeyboardKey
- This widget is used to define the layout of the Couchkeys keyboard. The layout is defined as a list of rows on Couchkeys.customLayout property, where each row is a list of KeyboardKey widgets.
- SpaceAction
- Represents a key press that inserts a space character into the text field.