S360fPdfViewer constructor

const S360fPdfViewer({
  1. required String pdfUrl,
  2. Map<String, String>? headers,
  3. bool withBase64 = false,
  4. Key? key,
})

Implementation

const S360fPdfViewer({
  required this.pdfUrl,
  this.headers,
  this.withBase64 = false,
  super.key,
});