SliderRow

internal fun SliderRow(label: String, value: String, content: @Composable () -> Unit)(source)

Renders the SliderRow UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

label

label value consumed by the API.

value

value value consumed by the API.

content

content value consumed by the API.