Text Toolbar Content
typealias TextToolbarContent = @Composable (state: TextToolbarState, actions: TextToolbarActions) -> Unit(source)
Composable content used to show text editing actions.
The content is called while Compose requests a text toolbar. Use the state to choose visible actions and call the actions object when the user selects one.