Property

LocalFocusManager

The CompositionLocal that can be used to control focus within Compose.

Source set: Common
val LocalFocusManager =
staticCompositionLocalOf<FocusManager> { noLocalProvidedFor("LocalFocusManager") }

The CompositionLocal that can be used to control focus within Compose.

Last updated: