UNumericKeyboardAction constructor
const
UNumericKeyboardAction({
- required VoidCallback onTap,
- VoidCallback? onLongPress,
- String? label,
- IconData? icon,
- Widget? child,
- int flex = 1,
- Color? backgroundColor,
- Color? foregroundColor,
- double? borderRadius,
- double? fontSize,
- FontWeight? fontWeight,
- bool enabled = true,
Implementation
const UNumericKeyboardAction({
required this.onTap,
this.onLongPress,
this.label,
this.icon,
this.child,
this.flex = 1,
this.backgroundColor,
this.foregroundColor,
this.borderRadius,
this.fontSize,
this.fontWeight,
this.enabled = true,
});