theapache64
onPress
onTap
Button
Button( modifier = Modifier .pointerInput(Unit) { detectTapGestures( onPress = { println("Pressed") }, onTap = { println("Tapped") } ) }, onClick = {} ) { Text("Hello") }
Dominaezzz
Kebbin
Surface
Text
A modern programming language that makes developers happier.