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