PdfPreview constructor
const
PdfPreview({})
Implementation
const PdfPreview({
super.key,
this.pageNumber = 0,
required this.url,
this.backgroundColor = const Color.from(alpha: 1, red: 1, green: 1, blue: 1),
required this.fit,
});