secondaryContent method Null safety

Color secondaryContent(
  1. BuildContext context
)

Implementation

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