measureTextWidth

fun measureTextWidth(text: String, style: TextStyle = LocalTextStyle.current): Dp(source)

Renders the measureTextWidth UI for the SDAI presentation layer.

Return

Result produced by measureTextWidth.

Author

Dmitriy Moroz

Parameters

text

text value consumed by the API.

style

style value consumed by the API.