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