I have the following AlertDialog.
AlertDialog
showDialog( context: context, child: new AlertDialog( title: const Text(\"Lo
This works Prefectly
RaisedButton( child: Text( "Cancel", style: TextStyle(color: Colors.white), ), color: Colors.blue, onPressed: () => Navigator.pop(context), ),