Unverified Commit 6219b308 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Replace obsolete FlatButton reference in flutter_driver extension_test.dart (#67952)

parent 9464661a
......@@ -891,7 +891,7 @@ void main() {
children: <Widget>[
const Text('Foo', key: ValueKey<String>('Text1')),
const Text('Bar', key: ValueKey<String>('Text2')),
FlatButton(
TextButton(
child: const Text('Whatever'),
key: const ValueKey<String>('Button'),
onPressed: () {},
......
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