ProviderPreviewItem
private fun ProviderPreviewItem(source: ServerSource, strings: ServerSetupStrings, selected: Boolean, modifier: Modifier = Modifier)(source)
Renders the ProviderPreviewItem UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
source
source value consumed by the API.
strings
strings value consumed by the API.
selected
selected value consumed by the API.
modifier
Compose modifier applied to the rendered UI.