lightVibrantColor property

PaletteColor? lightVibrantColor

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];