flutter on card click code example Example: clickable card flutter GestureDetector( onTap: () => ......, child: Card(...), );