Compose Unstyled 2.0 is out! Check the official announcement blog ->
Property

LocalAutofillHighlightBrush

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

Source set: Common
val LocalAutofillHighlightBrush =
compositionLocalOf<Brush> {
    SolidColor(autofillHighlightColor())
}

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

Last updated: