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

LocalTextSelectionColors

CompositionLocal used to change the TextSelectionColors used by text and text field components in the hierarchy.

Source set: Common
public val LocalTextSelectionColors: ProvidableCompositionLocal<TextSelectionColors> =
    compositionLocalOf {
        DefaultTextSelectionColors
    }

CompositionLocal used to change the TextSelectionColors used by text and text field components in the hierarchy.