PdfPageView constructor
const
PdfPageView({
- Key? key,
- required PdfPage page,
- double? width,
- double? height,
- BoxDecoration? decoration,
Implementation
const PdfPageView({
super.key,
required this.page,
this.width,
this.height,
this.decoration,
});