scaffoldBackgroundColor static method

dynamic scaffoldBackgroundColor(
  1. bool dark
)

Implementation

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