pageBuilder property

PdfPageBuilder? pageBuilder
final

Function to build page widget tree.

It can be null if you don't want to render the page with the widget or use the default page builder.

Implementation

final PdfPageBuilder? pageBuilder;