Unverified Commit 6667c052 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Updated old button references in dev/integration_tests/flutter_gallery ... drawer_demo (#63404)

parent 5a5332a7
......@@ -254,7 +254,7 @@ class _DrawerDemoState extends State<DrawerDemo> with TickerProviderStateMixin {
return AlertDialog(
title: const Text('Account switching not implemented.'),
actions: <Widget>[
FlatButton(
TextButton(
child: const Text('OK'),
onPressed: () {
Navigator.pop(context);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment