Custom
data class Custom(val modifier: Modifier = Modifier, val contentAlignment: Alignment = Alignment.Center, val content: @Composable BoxScope.() -> Unit) : MediaContainer(source)
Open composable container for the Card. Only use this in case there are limitations using the other options.
Constructors
Properties
Link copied to clipboard
Open composable for custom content.
Link copied to clipboard
The alignment of the content. Of type Alignment with default value Alignment.Center.