Commit 6469b475 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Let's document this line so I don't accidentally remove it again. (#7750)

parent 68ebf645
......@@ -92,7 +92,7 @@ class ComplexLayoutState extends State<ComplexLayout> {
children: <Widget>[
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(),
)
),
......
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