secure_numeric_keyboard library

Classes

KeyboardTheme
SecureKeyboardController
Controller to check or control the state of the secure keyboard.
SecureNumericKeyboard
A widget that implements a secure keyboard.
SecureNumericKeyboardKey
A model representing secure keyboard keys.
SecureNumericKeyboardKeyGenerator
A class responsible for key generation of the secure keyboard.
WithNumericSecureKeyboard
A widget that implements a secure keyboard with controller.

Enums

SecureNumericKeyboardKeyAction
Enumeration that defines the key action of the secure keyboard.
SecureNumericKeyboardKeyType
Enumeration that defines the key type of the secure keyboard.

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.