Unverified Commit f1bf6cf9 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Updated old button references in dev/integration_tests/android_semantics_testing (#63232)

parent 73ce3f21
......@@ -84,7 +84,7 @@ class _PopupControlsPageState extends State<PopupControlsPage> {
),
),
actions: <Widget>[
FlatButton(
TextButton(
child: const Text('OK', key: ValueKey<String>('$alertKeyValue.OK')),
onPressed: () {
Navigator.of(context).pop();
......
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