backgroundColor method

Color backgroundColor()

Implementation

Color backgroundColor() => darkTheme ? const Color(0xff222222) : const Color(0xffeeeeee);