SfPdfViewerTheme constructor
const
SfPdfViewerTheme({
- required SfPdfViewerThemeData data,
- required Widget child,
- Key? key,
Creates an argument constructor of SfPdfViewerTheme class.
Implementation
const SfPdfViewerTheme({required this.data, required this.child, super.key})
: super(child: child);