allDynamicColors property

List<DynamicColor Function()> allDynamicColors
latefinal

Implementation

late final List<DynamicColor Function()> allDynamicColors = .unmodifiable([
  () => widgetBackground,
  () => clockHour,
  () => clockMinute,
  () => clockSecond,
  () => weatherTemp,
  () => themeApp,
  () => onThemeApp,
  () => themeAppRing,
  () => themeNotif,
  () => brandA,
  () => brandB,
  () => brandC,
  () => brandD,
  () => underSurface,
  () => shadeActive,
  () => onShadeActive,
  () => onShadeActiveVariant,
  () => shadeInactive,
  () => onShadeInactive,
  () => onShadeInactiveVariant,
  () => shadeDisabled,
  () => overviewBackground,
]);