I have text and image in a column. I am moving fro...
# compose
g
I have text and image in a column. I am moving from Clickable to making the column containing them Modifer.clickable. It seems like I actually have to click around the image and text to make the column clickable action fire. Any ideas on the best way to clean this up? Do I need to stack a clickable column on top?
f
Try wrapping things in a Surface
👍 1
g
Tried surface, tried stack. Nothing works.
I have hit around the area 20 times for it to actually react
My bad the surface worked.
🙌 2