ChannelSettingsInfo

fun ChannelSettingsInfo(title: String, imageModels: List<ImageModel>, modifier: Modifier = Modifier)

Represents the channel settings info that displays the title and the image.

Since

1.0.0-beta.1

Parameters

title

The title of the menu item.

imageModels

The list of ImageModel to display the image for the channel inside the WaffleAsyncImage.

modifier

The modifier to be applied to the view.