TextSelectionDropdown

@Composable
fun TextSelectionDropdown(items: List<String>, content: String, enabled: Boolean, onSelection: (String) -> Unit)