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

LocalSoftwareKeyboardController

The CompositionLocal to provide a SoftwareKeyboardController that can control the current software keyboard.

Source set: Common
public val LocalSoftwareKeyboardController:
    ProvidableCompositionLocal<SoftwareKeyboardController?> =
    computedNullableDefaultOf {
        LocalOwner.currentValue.softwareKeyboardController
    }

The CompositionLocal to provide a SoftwareKeyboardController that can control the current software keyboard.

Will be null if the software keyboard cannot be controlled.