Property

LocalAutofillHighlightColor

CompositionLocal used to change the [autofillHighlightColor] used by components in the hierarchy.

Common
Deprecated Use LocalAutofillHighlightBrush instead. To provide a solid color, use SolidColor(yourColor).
val LocalAutofillHighlightColor = compositionLocalOf { autofillHighlightColor() }

CompositionLocal used to change the autofillHighlightColor used by components in the hierarchy.