I have the following AlertDialog.
AlertDialog
showDialog( context: context, child: new AlertDialog( title: const Text(\"Lo
Please use following for code to close dialog
RaisedButton( onPressed: () { Navigator.of(context).pop();}, child: Text("Close",style: TextStyle(color: Colors.white), ), color: Colors.black, )