skip to Main Content

invalid constant value in flutter

How to fix this Constant value error actions: [ IconButton( icon: Icon( Icons.cancel, color: Colors.red, ), onPressed: () { Navigator.pop(context); }, ) ] Click Here I have provided a code snippet for a Flutter application that includes an IconButton widget…

VIEW QUESTION
Back To Top
Search