Source set: Common
val LocalInputModeManager =
staticCompositionLocalOf<InputModeManager> { noLocalProvidedFor("LocalInputManager") }
The CompositionLocal to provide an instance of InputModeManager which controls the current input mode.
The CompositionLocal to provide an instance of InputModeManager which controls the current input mode.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
val LocalInputModeManager =
staticCompositionLocalOf<InputModeManager> { noLocalProvidedFor("LocalInputManager") }
The CompositionLocal to provide an instance of InputModeManager which controls the current input mode.
Last updated: