Icons constructor
Icons({
- String? accessories,
- String? arrowDown,
- String? arrowLeft,
- String? arrowRight,
- String? arrowUp,
- String? closeEye,
- String? fadeDown,
- String? fadeLeft,
- String? fadeRight,
- String? fadeUp,
- String? fromSmile,
- String? lightOff,
- String? lightOn,
- String? openEye,
- String? openEyeWide,
- String? toSmile,
- String? zoomIn,
- 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,
});