fluttermojiProperties top-level property

Map<String, FluttermojiPropertyItem> fluttermojiProperties
final

Maps attribute keys to the attribute value list

Implementation

final Map<String, FluttermojiPropertyItem> fluttermojiProperties = {
  "style": FluttermojiPropertyItem(title: "Style", property: FluttermojiStyle),
  "topType": FluttermojiPropertyItem(title: "Hair", property: TopType),
  "accessoriesType":
      FluttermojiPropertyItem(title: "Accessory", property: AccessoriesType),
  "hairColor":
      FluttermojiPropertyItem(title: "Hair\nColor", property: HairColor),
  "facialHairType":
      FluttermojiPropertyItem(title: "Facial\nHair", property: FacialHairType),
  "facialHairColor": FluttermojiPropertyItem(
      title: "F-Hair\nColor", property: FacialHairColor),
  "clotheType": FluttermojiPropertyItem(title: "Outfit", property: ClotheType),
  "clotheColor":
      FluttermojiPropertyItem(title: "Outfit\nColor", property: ClotheColor),
  "eyeType": FluttermojiPropertyItem(title: "Eye", property: EyeType),
  "eyebrowType":
      FluttermojiPropertyItem(title: "Eyebrow", property: EyebrowType),
  "mouthType": FluttermojiPropertyItem(title: "Mouth", property: MouthType),
  "skinColor": FluttermojiPropertyItem(title: "Skin", property: SkinColor),
};