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