darkVibrant property

PaletteTarget darkVibrant
final

A target which has the characteristics of a vibrant color which is dark in luminance.

One of the base set of targets for PaletteGenerator.fromImage, in baseTargets.

Implementation

static final PaletteTarget darkVibrant = PaletteTarget(
  targetLightness: _targetDarkLightness,
  maximumLightness: _maxDarkLightness,
  minimumSaturation: _minVibrantSaturation,
  targetSaturation: _targetVibrantSaturation,
);