grayScaleNames top-level constant

List<String> const grayScaleNames

Gray scale names (used for special handling)

Implementation

const List<String> grayScaleNames = [
  'gray',
  'mauve',
  'slate',
  'sage',
  'olive',
  'sand',
];