GestureDetector( onTap: () => ......, child: Card(...), );
Card( child: new InkWell( onTap: () { print("tapped"); }, ), ),