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

LocalTextInputService

The CompositionLocal to provide communication with platform text input service.

Source set: Common
@Deprecated("Use PlatformTextInputModifierNode instead.")
public val LocalTextInputService:
    ProvidableCompositionLocal<androidx.compose.ui.text.input.TextInputService?> =
    computedNullableDefaultOf {
        LocalOwner.currentValue.textInputService
    }

The CompositionLocal to provide communication with platform text input service.