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