Slide constructor

Slide(String title, String description, String icon)

Implementation

Slide(this.title, this.description, this.icon);