WindowAppParams.docsViewerApp constructor

WindowAppParams.docsViewerApp(
  1. String scenePath,
  2. List<Scene> scenes,
  3. String title
)

Implementation

WindowAppParams.docsViewerApp(
  String scenePath,
  List<Scene> scenes,
  String title,
) : this(
        kind: kindDocsViewer,
        options: <String, dynamic>{
          "scenePath": scenePath,
          "scenes": scenes,
          "title": title,
        },
      );