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