buildContent property
The callback function to build the UI for the content. This function will be called with the current context, and the content item returned from the CMS.
Implementation
final Widget Function(BuildContext context, ContentItem content) buildContent;