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