$space static method

$Value? $space(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

Wrapper for the PhysicalKeyboardKey.space getter

Implementation

static $Value? $space(Runtime runtime, $Value? target, List<$Value?> args) {
  const value = PhysicalKeyboardKey.space;
  return $PhysicalKeyboardKey.wrap(value);
}