primaryPaletteKeyColor property
Get DynamicColor for primaryPaletteKeyColor.
Implementation
static DynamicColor primaryPaletteKeyColor = DynamicColor.fromPalette(
name: 'primary_palette_key_color',
palette: (DynamicScheme s) => s.primaryPalette,
tone: (DynamicScheme s) => s.primaryPalette.keyColor.tone,
);