$cancel static method

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

Wrapper for the LogicalKeyboardKey.cancel getter

Implementation

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