KeyboardKeyDisplay constructor
const
KeyboardKeyDisplay({
- Key? key,
- required LogicalKeyboardKey keyboardKey,
- EdgeInsetsGeometry? padding,
Implementation
const KeyboardKeyDisplay({
super.key,
required this.keyboardKey,
this.padding,
});