secondaryPaletteKeyColor property

DynamicColor secondaryPaletteKeyColor
final

Implementation

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