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