lightBackground constant

Color const lightBackground

FlexColors standard for light background.

A very light grey, lighter than grey50, used for better blend effect when blending in primary color with the surface color.

Implementation

static const Color lightBackground = Color(0xFFFDFDFD);