$gameButton7 static method
Wrapper for the PhysicalKeyboardKey.gameButton7 getter
Implementation
static $Value? $gameButton7(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
const value = PhysicalKeyboardKey.gameButton7;
return $PhysicalKeyboardKey.wrap(value);
}