Compose Unstyled 2.0 is out! Check the official announcement blog ->
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: