settingsStartIconContent
private fun settingsStartIconContent(startIcon: ImageVector?, customContent: @Composable () -> Unit?): @Composable () -> Unit?(source)
Renders the settingsStartIconContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
startIcon
start icon value consumed by the API.
customContent
custom content value consumed by the API.