backgroundDark property

Color backgroundDark
getter/setter pair

Color for the background in dark mode.

Implementation

static Color backgroundDark = const Color.fromRGBO(51, 51, 51, 1);