Searched defs:minimumInteractiveComponentSize (Results 1 – 3 of 3) sorted by relevance
55 fun Modifier.minimumInteractiveComponentSize(): Modifier = this then MinimumInteractiveModifier in minimumInteractiveComponentSize() method175 private val minimumInteractiveComponentSize: DpSize = DpSize(48.dp, 48.dp) constant
60 fun Modifier.minimumInteractiveComponentSize(): Modifier = this then MinimumInteractiveModifier in minimumInteractiveComponentSize() method
69 fun Modifier.minimumInteractiveComponentSize(): Modifier = this then MinimumInteractiveModifier in minimumInteractiveComponentSize() method