primaryPaletteKeyColor property

DynamicColor primaryPaletteKeyColor
getter/setter pair

Implementation

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