🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalTextContextMenuDropdownProvider

Provide a TextContextMenuProvider to be used for the text context menu dropdown.

Source set: Common
public val LocalTextContextMenuDropdownProvider:
    ProvidableCompositionLocal<TextContextMenuProvider?> =
    compositionLocalOf {
        null
    }

Provide a TextContextMenuProvider to be used for the text context menu dropdown.