I want to add text in the border as following. The border enclosing text has a icon in it

Can someone please suggest how to approach this?
You can use OutlinedText with a label
OutlinedTextField(
value = textFieldValue,
label = { Text("AAA") },
onValueChange = { newValue ->
textFieldValue= newValue
}
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With