StandaloneSchematicViewerPage constructor

const StandaloneSchematicViewerPage({
  1. String? initialSchematicJson,
  2. SchematicLayoutEngine? layoutEngine,
  3. Key? key,
})

Constructor for StandaloneSchematicViewerPage.

Implementation

const StandaloneSchematicViewerPage({
  this.initialSchematicJson,
  this.layoutEngine,
  super.key,
});