step 1:
*if the widget have ( onTap / onClick ) attribute can go to step 2
wrap the widget by Gesture Detector
step 2:
in onTap() : or onClick() :
select a function for it
for this case select toPage() and select the page you wanna navigate to
after done setting,
you can just tap the preview icon and try the function