SupporterItem

fun SupporterItem(modifier: Modifier = Modifier, supporter: Supporter? = null)(source)

Renders the SupporterItem UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

supporter

supporter value consumed by the API.