Source set: Common
public val LocalTextContextMenuDropdownProvider:
ProvidableCompositionLocal<TextContextMenuProvider?> =
compositionLocalOf {
null
}
Provide a TextContextMenuProvider to be used for the text context menu dropdown.