defaultAttributeIcons top-level constant

List<String> const defaultAttributeIcons

Default list of icons that are rendered in the bottom row, indicating the attributes available to modify.

These icons come bundled with the library and the paths below are indicative of that.

Implementation

const List<String> defaultAttributeIcons = [
  "attributeicons/hair.svg",
  "attributeicons/haircolor.svg",
  "attributeicons/beard.svg",
  "attributeicons/beardcolor.svg",
  "attributeicons/outfit.svg",
  "attributeicons/outfitcolor.svg",
  "attributeicons/eyes.svg",
  "attributeicons/eyebrow.svg",
  "attributeicons/mouth.svg",
  "attributeicons/skin.svg",
  "attributeicons/accessories.svg",
];