oianmol
07/31/2022, 1:58 PMoianmol
07/31/2022, 1:59 PMoianmol
07/31/2022, 1:59 PMval isPressed = interactionSource.collectIsPressedAsState()
val isHovered = interactionSource.collectIsHoveredAsState()
val isFocused = interactionSource.collectIsFocusedAsState()
This is how i collect the stateoianmol
07/31/2022, 2:01 PMinteractionSource = interactionSource
Debugger is your friend 😄