lightBackgroundGray constant
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);
Used in iOS 10 for light background fills such as the chat bubble background.
This is SystemLightGrayColor in the iOS palette.
static const Color lightBackgroundGray = Color(0xFFE5E5EA);