contentFromComponents

fun IMdItemScope.contentFromComponents(headline: @Composable (Modifier) -> Unit, start: @Composable (Modifier) -> Unit? = null, end: @Composable (Modifier) -> Unit? = null, supportingText: @Composable (Modifier) -> Unit? = null, trailingSupportingText: @Composable (Modifier) -> Unit? = null, container: @Composable (Modifier) -> Unit? = null, overline: @Composable (Modifier) -> Unit? = null)(source)

See also


fun IMdItemScope.contentFromComponents(itemComponents: ItemComponents)(source)