How to change Text Line Height in Android Jetpack Compose
Sometimes mobile app developers want to alter the line height to make the text stand out. Let’s learn how to change the default line height in Jetpack Compose. You can change the Text line height using TextStyle and its lineHeight parameter. See the code snippet given below. The default line height will be changed as…