KeyCell constructor
KeyCell({})
Implementation
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 = Offstage(),
_hasChild = false;