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