menu
helpers package
documentation
helpers/widgets/numeric_pad.dart
NumericPad
onButtonTap property
onButtonTap property
dark_mode
light_mode
onButtonTap
property
void Function
(
String
text
)
onButtonTap
final
Callback when an item is pressed
Implementation
final void Function(String text) onButtonTap;
helpers package
documentation
helpers/widgets/numeric_pad
NumericPad
onButtonTap property
NumericPad class