final children = <Widget>[]; for (var i = 0; i < 10; i++) { children.add(new ListTile()); } return new ListView( children: children, );