$contextMenu static method

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

Wrapper for the LogicalKeyboardKey.contextMenu getter

Implementation

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