🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalFocusManager

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

Source set: Common
public val LocalFocusManager: ProvidableCompositionLocal<FocusManager> =
    computedDefaultOf<FocusManager>("LocalFocusManager") { LocalOwner.currentValue.focusOwner }

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