Composables UI is out: our new component library for Compose Multiplatform ->
Property

LocalTextInputService

The CompositionLocal to provide communication with platform text input service.

Deprecated

Use PlatformTextInputModifierNode instead.

Source set: Common
val LocalTextInputService = staticCompositionLocalOf<TextInputService?> { null }

The CompositionLocal to provide communication with platform text input service.

Last updated: