darkSurface constant

Color const darkSurface

FlexColors standard for dark surfaces.

Slightly darker than its Material counter part, so we can blend in more primary color without getting too light too soon.

Implementation

static const Color darkSurface = Color(0xFF111111);