Widget collectionDisplay(List<SQDoc> docs) => ListView( shrinkWrap: true, children: docs.map(docDisplay).toList(), );