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