values property

List<String> get values

List of all assets

Implementation

List<String> get values => [
      chevronDown,
      chevronLeft,
      envelope,
      eyeSlash,
      eye,
      home,
      informationCircle,
      magnifyingGlass,
      nextCircle,
      previousCircle,
      xMark
    ];