Source set: Common
public val LocalAutofillHighlightBrush: ProvidableCompositionLocal<Brush> =
compositionLocalOf<Brush> {
// The default is a solid color brush using the original color.
SolidColor(autofillHighlightColor())
}
CompositionLocal used to change the highlight Brush used for autofilled components.