KeyboardDisplay constructor
const
KeyboardDisplay({
- Key? key,
- required List<
LogicalKeyboardKey> keys, - double? spacing,
Implementation
const KeyboardDisplay({
super.key,
required List<LogicalKeyboardKey> keys,
this.spacing,
}) : _keys = keys,
_activator = null;