Property

LocalAutofillHighlightBrush

CompositionLocal used to change the highlight Brush used for autofilled components.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
val LocalAutofillHighlightBrush =
compositionLocalOf<Brush> {
    SolidColor(autofillHighlightColor())
}

CompositionLocal used to change the highlight Brush used for autofilled components.