onCreatePage property

void Function(String? parentId, String title)? onCreatePage
final

Called to create a new page.

Implementation

final void Function(String? parentId, String title)? onCreatePage;