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