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

Updated old button references in dev/integration_tests/flutter_gallery ......

Updated old button references in dev/integration_tests/flutter_gallery ... transformation_demo (#63432)
parent 7dfb997e
...@@ -104,7 +104,7 @@ class _TransformationsDemoState extends State<TransformationsDemo> { ...@@ -104,7 +104,7 @@ class _TransformationsDemoState extends State<TransformationsDemo> {
], ],
), ),
actions: <Widget>[ actions: <Widget>[
FlatButton( TextButton(
child: const Text('OK'), child: const Text('OK'),
onPressed: () { onPressed: () {
Navigator.of(context).pop(); 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