vibrant property
A target which has the characteristics of a vibrant color which is neither light or dark.
One of the base set of targets for PaletteGenerator.fromImage, in baseTargets.
Implementation
static final PaletteTarget vibrant = PaletteTarget(
  minimumLightness: _minNormalLightness,
  maximumLightness: _maxNormalLightness,
  minimumSaturation: _minVibrantSaturation,
  targetSaturation: _targetVibrantSaturation,
);