1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-17 04:18:14 +00:00

Make in-season and not-in-season cards different (#67)

This commit is contained in:
xster
2019-04-10 01:23:57 -07:00
committed by GitHub
parent 1ade80f948
commit 46a62e252b
3 changed files with 33 additions and 8 deletions

View File

@@ -269,4 +269,9 @@ abstract class Styles {
);
static const servingInfoBorderColor = Color(0xffb0b0b0);
static const ColorFilter desaturatedColorFilter =
// 222222 is a random color that has low color saturation.
ColorFilter.mode(Color(0xFF222222), BlendMode.saturation);
}