Issue
I want to make each cell in 3rd column a clickable Cell that I can navigate from it to another page.
Solution
Inkwell(
onTap: (){},
child: YourRowWidget()
)
Use inkwell
widget for your problem.
Answered By – Tasnuva Tavasum oshin
Answer Checked By – David Marino (FlutterFixes Volunteer)