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