TextOverlayMediaContainer
Represents the media container for the Text Overlay Card. Currently, it supports only Image, but soon it will be a Video option as well.
Inheritors
Types
Link copied to clipboard
data class Image(val painter: Painter, val contentScale: ContentScale = ContentScale.Crop, val aspectRatio: SkapaAspectRatio = SkapaAspectRatio.Ratio1by1, val contentDescription: String?) : TextOverlayMediaContainer