pdfPath property

String? pdfPath
final

Path to a PDF file. Can be a URL (starting with http:// or https://) or an asset path.

Provide either pdfPath or pdfData, but not both.

Implementation

final String? pdfPath;