Published
- 1 min read
clickable card flutter
The solution for this is noted below
clickable card flutter
Solution
GestureDetector(
onTap: () => ......,
child: Card(...),
);
Try other methods by searching on the site. That is if this doesn’t work