secondaryPaletteKeyColor property
Get DynamicColor for secondaryPaletteKeyColor.
Implementation
static DynamicColor secondaryPaletteKeyColor = DynamicColor.fromPalette(
name: 'secondary_palette_key_color',
palette: (DynamicScheme s) => s.secondaryPalette,
tone: (DynamicScheme s) => s.secondaryPalette.keyColor.tone,
);