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