Inkwell is a widget that allow to make clickable other widgets
It can be done like this:
InkWell( onTap: (){ //code }, child: //code ),
Last updated 2 years ago