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 = color,
textDecoration = TextDecoration.Underline
)