backgroundColor method

Color backgroundColor()

Implementation

Color backgroundColor() => darkTheme ? backgroundDark : backgroundLight;