menu
meshagent_flutter_shadcn package
documentation
file_preview/pdf.dart
PdfPreview
PdfPreview.new const constructor
PdfPreview.new const constructor
dark_mode
light_mode
PdfPreview
constructor
const
PdfPreview
(
{
Key
?
key
,
int
pageNumber
=
1
,
required
String
path
,
required
RoomClient
room
,
})
Implementation
const PdfPreview({super.key, this.pageNumber = 1, required this.path, required this.room});
meshagent_flutter_shadcn package
documentation
file_preview/pdf
PdfPreview
PdfPreview.new const constructor
PdfPreview class