0
I have an apparently simple doubt (difficult for me as a beginner), but I created a navigation Drawer, and in this Drawer has the Listtile, I need to know how to call a file by this list.
ListTile(
title: Text('Calculadora'),
onTap: () {
Navigator.pop(context);
},
I have a file "Calculator.dart
", but do not know what function I put to change the pay.