secondaryPaletteKeyColor property

DynamicColor secondaryPaletteKeyColor
getter/setter pair

Implementation

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