Source set: Common
@Deprecated(
"""
Use the new semantics-based Autofill APIs androidx.compose.ui.autofill.ContentType and
androidx.compose.ui.autofill.ContentDataType instead.
"""
)
public val LocalAutofill: ProvidableCompositionLocal<Autofill?> = computedNullableDefaultOf {
LocalOwner.currentValue.autofill
}
The CompositionLocal that can be used to trigger autofill actions. Eg. Autofill.requestAutofillForNode.