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