Developer mode jetpack compose text

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)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.