buildContent property
A function that builds the UI for the document.
Implementation
final Widget Function(BuildContext context, T document) buildContent;
A function that builds the UI for the document.
final Widget Function(BuildContext context, T document) buildContent;