diff --git a/dev/integration_tests/channels/lib/main.dart b/dev/integration_tests/channels/lib/main.dart index 025f3e1e7f..004296752b 100644 --- a/dev/integration_tests/channels/lib/main.dart +++ b/dev/integration_tests/channels/lib/main.dart @@ -185,7 +185,7 @@ class _TestAppState extends State { floatingActionButton: new FloatingActionButton( key: const ValueKey('step'), onPressed: _executeNextStep, - child: new Icon(Icons.navigate_next), + child: const Icon(Icons.navigate_next), ), ), );