darkVibrantColor property

PaletteColor? darkVibrantColor

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