menu
fastyle_digit_calculator package
documentation
ui/digit_calculator_keyboard.dart
FastDigitCalculatorKeyboard
onKeyPressed property
onKeyPressed property
dark_mode
light_mode
onKeyPressed
property
dynamic Function
(
String
)
onKeyPressed
final
A function that is called when a key is pressed on the keyboard
Implementation
final Function(String) onKeyPressed;
fastyle_digit_calculator package
documentation
ui/digit_calculator_keyboard
FastDigitCalculatorKeyboard
onKeyPressed property
FastDigitCalculatorKeyboard class