clockSecond property
DynamicColor
get
clockSecond
Implementation
DynamicColor get clockSecond => DynamicColor(
name: "clock_second",
palette: (scheme) => scheme.tertiaryPalette,
tone: (scheme) => scheme.isDark ? 90.0 : 40.0,
isBackground: false,
background: (_) => widgetBackground,
// TODO: investigate if 70 should be changed to 7 (maybe a typo?)
contrastCurve: (_) => const ContrastCurve(5.0, 5.0, 70.0, 11.0),
);