background property

Color background

Implementation

Color get background => brightness == Brightness.light
    ? LightColorPalette.background
    : DarkColorPalette.background;