We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db68a1 commit 422f037Copy full SHA for 422f037
lib/src/value/color/channel.dart
@@ -42,7 +42,7 @@ class ColorChannel {
42
/// [analogous]: https://www.w3.org/TR/css-color-4/#interpolation-missing
43
bool isAnalogous(ColorChannel other) => switch ((name, other.name)) {
44
("red" || "x", "red" || "x") ||
45
- ("green" || "y", "gren" || "y") ||
+ ("green" || "y", "green" || "y") ||
46
("blue" || "z", "blue" || "z") ||
47
("chroma" || "saturation", "chroma" || "saturation") ||
48
("lightness", "lightness") ||
0 commit comments