background method Null safety

Color background(
  1. BuildContext context
)

Implementation

static Color background(BuildContext context) => ThemedColor(
      light: LightThemeColor.background,
      dark: DarkThemeColor.background,
    ).getColor(context);