kDarkBackgroundColor top-level constant

Color const kDarkBackgroundColor

kDarkBackgroundColor is the background color of the app when Brightness.dark.

Implementation

const Color kDarkBackgroundColor = Color.fromARGB(255, 40, 40, 40);