How to give Line Spacing for Text view in Compose ...
# compose
c
How to give Line Spacing for Text view in Compose ?
v
Text(lineHeight = some sp value)
there is param in Text composable, if thats what you want, I guess line spacing can be done with lineHeight