KeyboardKeyDisplay constructor

const KeyboardKeyDisplay({
  1. Key? key,
  2. required LogicalKeyboardKey keyboardKey,
  3. EdgeInsetsGeometry? padding,
})

Implementation

const KeyboardKeyDisplay({
  super.key,
  required this.keyboardKey,
  this.padding,
});