VisualPdfRuntime constructor
const
VisualPdfRuntime({})
Creates a read-only PDF preview and print workflow.
Pass VPS and JSON contents through initialVps and initialJson for a
sandbox-safe integration, or use paths for trusted desktop automation.
Implementation
const VisualPdfRuntime({
super.key,
this.initialVps,
this.initialJson,
this.templatePath,
this.dataPath,
this.autoPrint = false,
this.uiLocale = const Locale('de'),
this.onUiLocaleChanged,
});