Commit 0439bf25 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Fix an analyzer warning (#9643)

parent 4bac2596
......@@ -185,7 +185,7 @@ class _TestAppState extends State<TestApp> {
floatingActionButton: new FloatingActionButton(
key: const ValueKey<String>('step'),
onPressed: _executeNextStep,
child: new Icon(Icons.navigate_next),
child: const Icon(Icons.navigate_next),
),
),
);
......
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