Home
last modified time | relevance | path

Searched defs:selectionColors (Results 1 – 2 of 2) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DMaterialTheme.kt72 val selectionColors = rememberTextSelectionColors(rememberedColors) in MaterialTheme() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DMaterialTheme.kt97 val selectionColors = rememberTextSelectionColors(colorScheme) in MaterialTheme() constant