Property

LocalAutofillHighlightColor

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

Deprecated

Use LocalAutofillHighlightBrush instead. To provide a solid color, use SolidColor(yourColor).

Source set: Common
val LocalAutofillHighlightColor = compositionLocalOf { autofillHighlightColor() }

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

Last updated: