Is there a way to achieve lineSpacing
in Jetpack Compose? Similar to normal Android's lineSpacingExta
and lineSpacingMuliplier
?
I'm aware there is lineHeight
in Text
and TextStyle
, but that is not the same thing. Line Height specifies how big each line should be, not the space between a line and the next one.
For example, line height applies to the last line, while line spacing would not, because there is no like after it