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() {
child: Center(
child: Column(
children: <Widget>[
FlatButton(
TextButton(
child: const Text('Whatever'),
key: const ValueKey<String>('Button'),
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