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