baseTargets property

List<PaletteTarget> baseTargets
final

A list of all the available predefined targets.

The base set of targets for PaletteGenerator.fromImage.

Implementation

static final List<PaletteTarget> baseTargets = <PaletteTarget>[
  lightVibrant,
  vibrant,
  darkVibrant,
  lightMuted,
  muted,
  darkMuted,
];