Home
last modified time | relevance | path

Searched refs:localTextSelectionColors (Results 1 – 1 of 1) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextFieldDefaults.kt624 localTextSelectionColors: TextSelectionColors in <lambda>()
627 if (cachedColors.textSelectionColors == localTextSelectionColors) { in <lambda>()
630 cachedColors.copy(textSelectionColors = localTextSelectionColors).also { in <lambda>()
648 textSelectionColors = localTextSelectionColors, in <lambda>()
1367 val localTextSelectionColors = LocalTextSelectionColors.current in contentPadding() constant
1368 if (cachedColors.textSelectionColors == localTextSelectionColors) { in contentPadding()
1371 cachedColors.copy(textSelectionColors = localTextSelectionColors).also { in contentPadding()