Searched defs:thumbColor (Results 1 – 4 of 4) sorted by relevance
202 @Composable fun thumbColor(enabled: Boolean, checked: Boolean): State<Color> in thumbColor() method247 val thumbColor by colors.thumbColor(enabled, checked) in thumbColor() constant368 override fun thumbColor(enabled: Boolean, checked: Boolean): State<Color> { in colors() method in androidx.compose.material.DefaultSwitchColors
648 @Composable fun thumbColor(enabled: Boolean): State<Color> in colors() method1174 private val thumbColor: Color, constant in androidx.compose.material.DefaultSliderColors1187 override fun thumbColor(enabled: Boolean): State<Color> { in thumbColor() method in androidx.compose.material.DefaultSliderColors
529 internal fun thumbColor(enabled: Boolean, checked: Boolean): Color = in thumbColor() method in androidx.compose.material3.SwitchColors
2313 val thumbColor: Color, constant in androidx.compose.material3.SliderColors2355 internal fun thumbColor(enabled: Boolean): Color = in thumbColor() method in androidx.compose.material3.SliderColors