flutter_secure_keyboard library

Classes

SecureKeyboard
A widget that implements a secure keyboard.
SecureKeyboardController
Controller to check or control the state of the secure keyboard.
SecureKeyboardKey
A model representing secure keyboard keys.
SecureKeyboardKeyGenerator
A class responsible for key generation of the secure keyboard.
WithSecureKeyboard
A widget that implements a secure keyboard with controller.

Enums

SecureKeyboardKeyAction
Enumeration that defines the key action of the secure keyboard.
SecureKeyboardKeyType
Enumeration that defines the key type of the secure keyboard.
SecureKeyboardType
Enumeration that defines the type of the secure keyboard.

Constants

kBackspaceEventDelay → const int
The delay at which the entered text is erased when holding backspace.
kKeyboardDefaultActionKeyColor → const Color
The default color of the action key.
kKeyboardDefaultBackgroundColor → const Color
The default background color of the keyboard.
kKeyboardDefaultDoneKeyColor → const Color
The default color of the done key.
kKeyboardDefaultHeight → const double
The default height of the keyboard.
kKeyboardDefaultInputTextStyle → const TextStyle
The default text style of the text inside the key input monitor.
kKeyboardDefaultKeyTextStyle → const TextStyle
The default text style of the text inside the keyboard key.
kKeyboardDefaultPadding → const EdgeInsetsGeometry
The default padding of the keyboard.
kKeyboardDefaultStringKeyColor → const Color
The default color of the string key.
kKeyboardKeyDefaultRadius → const double
The default radius of the keyboard key.
kKeyboardKeyDefaultSpacing → const double
The default spacing of the keyboard key.
kKeyInputMonitorDefaultPadding → const EdgeInsetsGeometry
The default padding of the key input monitor.
kKeyInputMonitorHeight → const double
The height of the key input monitor.

Typedefs

StringKeyTouchEndCallback = void Function()
Callback function when the string key touch is finished.
StringKeyTouchStartCallback = void Function(String keyText, Offset position, BoxConstraints constraints)
Callback function when the string key touch is started.