SfPdfViewerTheme constructor

const SfPdfViewerTheme({
  1. required SfPdfViewerThemeData data,
  2. required Widget child,
  3. Key? key,
})

Creates an argument constructor of SfPdfViewerTheme class.

Implementation

const SfPdfViewerTheme({required this.data, required this.child, super.key})
  : super(child: child);