PdfFormImagePicker typedef

PdfFormImagePicker = Future<Uint8List?> Function(BuildContext context, PdfFormField field)

Supplies the image a tapped push-button field should be filled with

Implementation

typedef PdfFormImagePicker = Future<Uint8List?> Function(
    BuildContext context, PdfFormField field);