Searched defs:iconColor (Results 1 – 9 of 9) sorted by relevance
319 var iconColor: Color? = null in <lambda>() variable326 var iconColor: Color? = null in <lambda>() variable564 leadingIcon = { iconColor -> in <lambda>() method581 leadingIcon = { iconColor -> in <lambda>() method609 leadingIcon = { iconColor -> in <lambda>() method685 leadingIcon = { iconColor -> in <lambda>() method
174 val iconColor = colors.iconColor(enabled, checked) in SwitchImpl() constant571 internal fun iconColor(enabled: Boolean, checked: Boolean): Color = in iconColor() method in androidx.compose.material3.SwitchColors
149 fun iconColor(selected: Boolean, enabled: Boolean): Color { in iconColor() method in androidx.compose.material3.NavigationItemColors249 val iconColor = colors.iconColor(selected = selected, enabled = enabled) constant348 val iconColor = colors.iconColor(selected = selected, enabled = enabled) constant
223 val iconColor by in NavigationRailItem() constant486 internal fun iconColor(selected: Boolean, enabled: Boolean): Color = in colors() method in androidx.compose.material3.NavigationRailItemColors
215 val iconColor by in RowScope() constant479 internal fun iconColor(selected: Boolean, enabled: Boolean): Color = in colors() method in androidx.compose.material3.NavigationBarItemColors
1104 val iconColor = colors.iconColor(selected).value in NavigationDrawerItem() constant1129 @Composable fun iconColor(selected: Boolean): State<Color> in iconColor() method1241 override fun iconColor(selected: Boolean): State<Color> { in iconColor() method in DefaultDrawerItemsColor
564 fun iconColor( in containerCornerRadius() method
244 var iconColor = contentColor.value in FilterChip() variable
346 val iconColor: Color, constant in androidx.compose.foundation.contextmenu.ContextMenuColors