Source set: Common
val LocalFocusManager =
staticCompositionLocalOf<FocusManager> { noLocalProvidedFor("LocalFocusManager") }
The CompositionLocal that can be used to control focus within Compose.
The CompositionLocal that can be used to control focus within Compose.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
val LocalFocusManager =
staticCompositionLocalOf<FocusManager> { noLocalProvidedFor("LocalFocusManager") }
The CompositionLocal that can be used to control focus within Compose.
Last updated: