Descriptive labels - Jetpack Compose
In Jetpack Compose, interface labels can be created with the Text
Composable. The displayed text can be changed with the text
parameter.
Text(text = "Descriptive label")
In Jetpack Compose, interface labels can be created with the Text
Composable. The displayed text can be changed with the text
parameter.
Text(text = "Descriptive label")