tertiaryPaletteKeyColor property
Get DynamicColor for tertiaryPaletteKeyColor.
Implementation
static DynamicColor tertiaryPaletteKeyColor = DynamicColor.fromPalette(
name: 'tertiary_palette_key_color',
palette: (DynamicScheme s) => s.tertiaryPalette,
tone: (DynamicScheme s) => s.tertiaryPalette.keyColor.tone,
);