extraLightBackgroundGray constant

Color const extraLightBackgroundGray

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);