Image

data class Image(val painter: Painter, val contentDescription: String?, val aspectRatio: SkapaAspectRatio = SkapaAspectRatio.Ratio1by1) : CompactMediaContainer

Image content for the media container.

Constructors

Link copied to clipboard
constructor(painter: Painter, contentDescription: String?, aspectRatio: SkapaAspectRatio = SkapaAspectRatio.Ratio1by1)

Properties

Link copied to clipboard

The aspect ration of the image.

Link copied to clipboard
Link copied to clipboard

The painter that will be used to draw the image.