number_key 0.0.5
number_key: ^0.0.5 copied to clipboard
A Super cool virtual keyboard to make sure you save your time with all on your control.
OnScreenKeys #
Your Virtual Number pad #
Customizable Appearance #
Flexible Integration #
Dynamic Functionality #
OnScreenKeys(
primaryColor: Colors.black,
accentColor: Colors.blue,
textColor: Colors.white,
keyColor: Colors.black,
textFieldBg: Colors.white,
hintTextColor: Colors.black54,
hintIconColor: Colors.black54,
textFieldBorderColor: Colors.black38,
hintText: 'Press the keys',
keyAxisCount: 4,
customButton: () {
// Default clear function
print('On Screen key');
},
customButtonText: 'Clear',
),