diff --git a/dev/benchmarks/complex_layout/lib/main.dart b/dev/benchmarks/complex_layout/lib/main.dart index 931d2a62e1..6909675299 100644 --- a/dev/benchmarks/complex_layout/lib/main.dart +++ b/dev/benchmarks/complex_layout/lib/main.dart @@ -92,7 +92,7 @@ class ComplexLayoutState extends State { children: [ new Expanded( child: new LazyBlock( - key: new Key('main-scroll'), + key: new Key('main-scroll'), // this key is used by the driver test delegate: new FancyItemDelegate(), ) ),