postCreationOpenPageBuilder property

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

Open page builder function for the post creation 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,
)? postCreationOpenPageBuilder;