lightDark property

Color lightDark
getter/setter pair

Color for light elements in dark mode.

Implementation

static Color lightDark = const Color.fromRGBO(61, 61, 61, 1.0);