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