DocumentListBuilder<T extends ContentItem> typedef
DocumentListBuilder<T extends ContentItem> =
Widget Function(BuildContext, List<T> )
A widget that renders a list of Documents from the CMS.
Implementation
typedef DocumentListBuilder<T extends ContentItem> = Widget Function(
BuildContext, List<T>);