Property

LocalAutofillHighlightColor

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.