Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DButton.kt429 fun outlinedButtonColors( in backgroundColor() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DButton.kt1378 @Composable fun outlinedButtonColors() = MaterialTheme.colorScheme.defaultOutlinedButtonColors in ElevatedButton() method
1390 fun outlinedButtonColors( in ElevatedButton() method