Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DSwitch.kt250 val resolvedThumbColor by in thumbColor() constant
267 .background(resolvedThumbColor, CircleShape) in thumbColor()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSwitch.kt146 val resolvedThumbColor = colors.thumbColor(enabled, checked) in SwitchImpl() constant
170 .background(resolvedThumbColor, thumbShape), in SwitchImpl()