InfoView constructor
- Key? key,
- required PdfMetadata metadata,
- required PdfDocumentInfo docInfo,
- required DocumentInfoLabels labels,
- int? pageCount,
- String? filePath,
- int? fileSizeBytes,
- DateTime? fsCreated,
- DateTime? fsModified,
- String? locale,
Creates a InfoView.
Implementation
const InfoView({
super.key,
required this.metadata,
required this.docInfo,
required this.labels,
this.pageCount,
this.filePath,
this.fileSizeBytes,
this.fsCreated,
this.fsModified,
this.locale,
});