Fix an analyzer warning (#9643)

This commit is contained in:
Jason Simmons 2017-04-27 11:16:00 -07:00 committed by GitHub
parent 4bac259617
commit 0439bf25d9

View File

@ -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),
),
),
);