scaffoldBackgroundColor static method
Implementation
static scaffoldBackgroundColor(bool dark) => dark
? ThemeConfig.config.darkBackgroundColor
: ThemeConfig.config.lightBackgroundColor;
static scaffoldBackgroundColor(bool dark) => dark
? ThemeConfig.config.darkBackgroundColor
: ThemeConfig.config.lightBackgroundColor;