PlatformCard
private fun PlatformCard(title: String, icon: @Composable () -> Unit, modifier: Modifier = Modifier)(source)
Renders the PlatformCard UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
title
title value consumed by the API.
icon
icon value consumed by the API.
modifier
Compose modifier applied to the rendered UI.