KeyCell constructor
const
KeyCell({})
Creates a standard numeric key.
Implementation
const KeyCell({
super.key,
this.enableHapticFeedback = false,
this.keyPadding,
required this.keyShape,
this.splashColor,
this.highlightColor,
this.backgroundColor,
this.onTap,
required this.value,
this.style,
this.hapticFeedbackType,
}) : child = const Offstage(),
_hasChild = false;