pageBackgroundPaintCallbacks property

List<PdfViewerPagePaintCallback>? pageBackgroundPaintCallbacks
final

Callback to paint on the background of the rendered page (called before painting the page content).

It is useful to paint some background such as drop shadow of the page. For the detail usage, see PdfViewerPagePaintCallback.

Implementation

final List<PdfViewerPagePaintCallback>? pageBackgroundPaintCallbacks;