homeOpenPageBuilder property
final
Open page builder function for the home page. This function accepts a BuildContext, a child widget, and a FloatingActionButton which can route to the post creation page.
Implementation
final Function(
BuildContext context,
Widget child,
FloatingActionButton? button,
)? homeOpenPageBuilder;