Home
last modified time | relevance | path

Searched defs:minimumInteractiveComponentSize (Results 1 – 3 of 3) sorted by relevance

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DInteractiveComponentSize.kt55 fun Modifier.minimumInteractiveComponentSize(): Modifier = this then MinimumInteractiveModifier in minimumInteractiveComponentSize() method
175 private val minimumInteractiveComponentSize: DpSize = DpSize(48.dp, 48.dp) constant
/compose/material3/material3-common/src/commonMain/kotlin/androidx/compose/material3/common/
DInteractiveComponentSize.kt60 fun Modifier.minimumInteractiveComponentSize(): Modifier = this then MinimumInteractiveModifier in minimumInteractiveComponentSize() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DInteractiveComponentSize.kt69 fun Modifier.minimumInteractiveComponentSize(): Modifier = this then MinimumInteractiveModifier in minimumInteractiveComponentSize() method