StandaloneSchematicViewerPage constructor
- String? initialSchematicJson,
- SchematicLayoutEngine? layoutEngine,
- Key? key,
Constructor for StandaloneSchematicViewerPage.
Implementation
const StandaloneSchematicViewerPage({
this.initialSchematicJson,
this.layoutEngine,
super.key,
});