LocalAutofill
Property
Common
Deprecated " Use the new semantics-based Autofill APIs androidx.compose.ui.autofill.ContentType and androidx.compose.ui.autofill.ContentDataType instead. "
val LocalAutofill = staticCompositionLocalOf<Autofill?> { null }
The CompositionLocal that can be used to trigger autofill actions. Eg.
Autofill.requestAutofillForNode
.