tertiaryPaletteKeyColor property

DynamicColor tertiaryPaletteKeyColor
getter/setter pair

Implementation

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