onWebCreatePost property

void Function(BuildContext context)? onWebCreatePost
getter/setter pair

Callback for web post creation modal — set by the app shell (root_binding). When set, the "Create" button on web opens the modal instead of navigating.

Implementation

static void Function(BuildContext context)? onWebCreatePost;