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:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user