Unverified Commit 98c519db authored by Hans Muller's avatar Hans Muller Committed by GitHub

Updated one reference to FlatButton in real_tests/extension_test.dart (#68505)

parent 1c35091a
...@@ -995,7 +995,7 @@ void main() { ...@@ -995,7 +995,7 @@ void main() {
child: Center( child: Center(
child: Column( child: Column(
children: <Widget>[ children: <Widget>[
FlatButton( TextButton(
child: const Text('Whatever'), child: const Text('Whatever'),
key: const ValueKey<String>('Button'), key: const ValueKey<String>('Button'),
onPressed: stubCallback, onPressed: stubCallback,
......
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