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