🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalAutofillHighlightBrush

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

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.