Questions tagged [jetpack-compose-text]

1 questions
2
votes
1 answer

How to change the TextDecoration.Underline with a custom style?

I wanted to apply custom underline style to the underlined text. Can we change within TextDecoration.underline ?? textStyle = MaterialTheme.typography.titleMedium.copy( textAlign = TextAlign.Start, fontWeight = FontWeight.W600, color =…