|

How to Change Font Size of Text in Android Jetpack Compose

Jetpack Compose is considered as a productive tool to create UI for Android apps. In this Android app development tutorial, let’s see how to change the font size of a Text composable. The Text composable is a fundamental building block in Jetpack Compose that allows you to render text in your Android app. With Text,…