postViewOpenPageBuilder property

(dynamic Function(BuildContext context, Widget child, IconButton? button)?) postViewOpenPageBuilder
final

Open page builder function for the post view 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,
  IconButton? button,
)? postViewOpenPageBuilder;