Custom
data class Custom(val modifier: Modifier = Modifier, val aspectRatio: SkapaAspectRatio = SkapaAspectRatio.Ratio1by1, val content: @Composable BoxScope.() -> Unit) : TextOverlayMediaContainer(source)
Custom content for the media container. This is intended for custom loading image logic and follows the Image styling aspects.
Constructors
Link copied to clipboard
constructor(modifier: Modifier = Modifier, aspectRatio: SkapaAspectRatio = SkapaAspectRatio.Ratio1by1, content: @Composable BoxScope.() -> Unit)