allDynamicColors property
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,
]);