File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ class GoogleGrad extends SwatchBase {
1616 ///
1717 /// [google-color-sequence] (https://www.behance.net/gallery/9028077/Google-Visual-Assets-Guidelines-Part-1)
1818 const GoogleGrad ()
19+ // coverage:ignore-start
1920 : super (const [
2021 Google .blue (),
2122 Google .red (),
2223 Google .yellow (),
2324 Google .green (),
2425 ]);
26+ // coverage:ignore-end
2527
2628 @override
2729 List <Color > get colors => List .unmodifiable (super .colors);
Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ class InstagramGrad extends SwatchBase {
2222 ///
2323 /// [instagram-colors] (https://usbrandcolors.com/instagram-colors/)
2424 const InstagramGrad ()
25+ // coverage:ignore-start
2526 : super (const [
26- Instagram .royalBlue (),
27+ Instagram .royalBlue (),
2728 Instagram .blue (),
2829 Instagram .purple (),
2930 Instagram .darkPink (),
@@ -34,6 +35,7 @@ class InstagramGrad extends SwatchBase {
3435 Instagram .yellow (),
3536 Instagram .lightYellow (),
3637 ]);
38+ // coverage:ignore-end
3739
3840 @override
3941 List <Color > get colors => List .unmodifiable (super .colors);
You can’t perform that action at this time.
0 commit comments