Image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: ImageShape? = null, centered: Boolean = false, classes: Set<String> = setOf())
responsive
- determines if the image is rendered as responsive
centered
- determines if the image is rendered centered
classes
- a set of CSS class names
Constructor