Everytime I copy a text block using developer mode for Android Compose, there is a bracket missing
Like FontFamliy below doesn’t have a closing bracket
Text(
text = "Login to your account",
fontSize = 20.sp,
fontFamily = ≈
fontWeight = FontWeight(700),
color = Color(0xFF606062),
textAlign = TextAlign.Center)