any idea I could make this toolbar from the top wi...
# compose
j
any idea I could make this toolbar from the top with the text styles appear when focusing on the TextField?
Copy code
RichTextStyleRow(state = theme)
OutlinedRichTextEditor(
  state = theme,
  label = { Text(stringResource(R.string.theme)) },
//     leadingIcon = { Icon(rememberSubject(), null)},
   modifier = Modifier.weight(1f).fillMaxWidth().padding(horizontal = 8.dp, vertical = 4.dp)
)