PerPageSelectionAreaInjector typedef

PerPageSelectionAreaInjector = Widget Function(PdfPage page, Widget child)

Function to inject customized SelectionArea for page text selection.

page is the page to inject the selection area. child is the child widget to apply the selection area.

Implementation

typedef PerPageSelectionAreaInjector = Widget Function(
    PdfPage page, Widget child);