lightBackgroundGray constant

Color const lightBackgroundGray

Used in iOS 10 for light background fills such as the chat bubble background.

This is SystemLightGrayColor in the iOS palette.

Implementation

static const Color lightBackgroundGray = Color(0xFFE5E5EA);