mutedColor property
Returns a muted color from the palette. Might be null if an appropriate target color could not be found.
Implementation
PaletteColor get mutedColor => selectedSwatches[PaletteTarget.muted];
Returns a muted color from the palette. Might be null if an appropriate target color could not be found.
PaletteColor get mutedColor => selectedSwatches[PaletteTarget.muted];