background method Null safety
- BuildContext context
Implementation
static Color background(BuildContext context) => ThemedColor(
light: LightThemeColor.background,
dark: DarkThemeColor.background,
).getColor(context);
static Color background(BuildContext context) => ThemedColor(
light: LightThemeColor.background,
dark: DarkThemeColor.background,
).getColor(context);