isUpPressed method
Implementation
bool isUpPressed(LogicalKeyboardKey key) {
return keyboardConfig.directionalKeys.any((element) => element.up == key);
}
bool isUpPressed(LogicalKeyboardKey key) {
return keyboardConfig.directionalKeys.any((element) => element.up == key);
}