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

This commit is contained in:
Ian Hickson 2017-01-30 23:32:44 -08:00 committed by GitHub
parent 68ebf64525
commit 6469b475d2

View file

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