logosdeborah
06/27/2025, 12:31 PMText(
modifier = Modifier
.background(Color.Yellow)
.padding(8.dp),
text = "1234",
letterSpacing = 16.sp,
fontSize = 20.sp,
)
The first image is iOS and the second one is Android.Jonathan
06/27/2025, 1:31 PMtextAlign = TextAlign.Center
?logosdeborah
06/29/2025, 11:55 PMlogosdeborah
06/30/2025, 1:51 AM