Madhava
07/13/2020, 2:41 AMVinay Gaba
07/13/2020, 2:50 AMModifier.longPressGestureFilter
Madhava
07/13/2020, 2:54 AMText(
text = title,
style = typography.h1,
color = primaryColor,
modifier = Modifier.longPressGestureFilter {
Log.i("PageView", "Text long press")
}
)
longPressDragGestureFilter
?Vinay Gaba
07/13/2020, 3:00 AMMadhava
07/13/2020, 11:36 PMVinay Gaba
07/14/2020, 3:10 AM