getBackground method
methods to get accent opacity according to mode
Implementation
Color getBackground() {
return mode == PaletteThemeModes.dark
? backGroundColor.dark
: backGroundColor.light;
}
methods to get accent opacity according to mode
Color getBackground() {
return mode == PaletteThemeModes.dark
? backGroundColor.dark
: backGroundColor.light;
}