Laco
paddingFromBaseline
@Composable fun TwoTexts(...) { Row(modifier.height(IntrinscisSize.Min) { // skipped other modifiers Text(text = "Hi", modifier = modifier.paddingFromBaseline(top = 26.sp, bottom = 10.sp) Divider(...) Text(text = "there", ...) } } // TextSize = 24.sp // LineHeight = 36.sp
A modern programming language that makes developers happier.