HintText

internal fun HintText(text: String, modifier: Modifier = Modifier)(source)

Renders the HintText UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

text

text value consumed by the API.

modifier

Compose modifier applied to the rendered UI.