ChannelItem

fun ChannelItem(index: Int, title: String, enabled: Boolean, onClick: () -> Unit = {}, content: @Composable RowScope.() -> Unit)(source)