extraLightBackgroundGray constant
Used in iOS 12 for very light background fills in tables between cell groups.
This is SystemExtraLightGrayColor in the iOS palette.
Implementation
static const Color extraLightBackgroundGray = Color(0xFFEFEFF4);
Used in iOS 12 for very light background fills in tables between cell groups.
This is SystemExtraLightGrayColor in the iOS palette.
static const Color extraLightBackgroundGray = Color(0xFFEFEFF4);