tertiaryPaletteKeyColor property

DynamicColor tertiaryPaletteKeyColor
final

Get DynamicColor for tertiaryPaletteKeyColor.

Implementation

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