darkMuted property
A target which has the characteristics of a muted color which is dark in luminance.
One of the base set of targets for PaletteGenerator.fromImage, in baseTargets.
Implementation
static final PaletteTarget darkMuted = PaletteTarget(
  targetLightness: _targetDarkLightness,
  maximumLightness: _maxDarkLightness,
  targetSaturation: _targetMutedSaturation,
  maximumSaturation: _maxMutedSaturation,
);