darkBackgroundGray constant

Color const darkBackgroundGray

Used in iOS 12 for very dark background fills in tables between cell groups in dark mode.

Implementation

// Value derived from screenshot from the dark themed Apple Watch app.
static const Color darkBackgroundGray = Color(0xFF171717);