Source set: Common
val LocalAutofillHighlightBrush =
compositionLocalOf<Brush> {
SolidColor(autofillHighlightColor())
}
CompositionLocal used to change the highlight Brush used for autofilled components.
CompositionLocal used to change the highlight Brush used for autofilled components.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
val LocalAutofillHighlightBrush =
compositionLocalOf<Brush> {
SolidColor(autofillHighlightColor())
}
CompositionLocal used to change the highlight Brush used for autofilled components.
Last updated: