postOverviewOpenPageBuilder property

(dynamic Function(BuildContext context, Widget child)?) postOverviewOpenPageBuilder
final

Open page builder function for the post overview page. This function accepts a BuildContext, a child widget, and an IconButton which can route to the home page.

Implementation

final Function(
  BuildContext context,
  Widget child,
)? postOverviewOpenPageBuilder;