Icons constructor

Icons({
  1. String? accessories,
  2. String? arrowDown,
  3. String? arrowLeft,
  4. String? arrowRight,
  5. String? arrowUp,
  6. String? closeEye,
  7. String? fadeDown,
  8. String? fadeLeft,
  9. String? fadeRight,
  10. String? fadeUp,
  11. String? fromSmile,
  12. String? lightOff,
  13. String? lightOn,
  14. String? openEye,
  15. String? openEyeWide,
  16. String? toSmile,
  17. String? zoomIn,
  18. String? zoomOut,
})

Implementation

Icons({
    this.accessories,
    this.arrowDown,
    this.arrowLeft,
    this.arrowRight,
    this.arrowUp,
    this.closeEye,
    this.fadeDown,
    this.fadeLeft,
    this.fadeRight,
    this.fadeUp,
    this.fromSmile,
    this.lightOff,
    this.lightOn,
    this.openEye,
    this.openEyeWide,
    this.toSmile,
    this.zoomIn,
    this.zoomOut,
});