I am setting TextStyle to my Text composable, but when the text is multi-line, only then the line height works as expected.
But, in case the text is single line, line height is not applied to it.
When I checked the documentation of TextStyle, I got to know that the lineHeight is applied on the Paragraph.
Is there a way lineHeight can be applied to single line text as well? Or is there some other attribute which I am unaware of? Please guide.