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