Clikable Cell in flutter

Issue

Here is the image of my UI

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)

Leave a Reply

Your email address will not be published. Required fields are marked *