standalone constant

EditorShellConfig const standalone

Implementation

static const standalone = EditorShellConfig(
  hosted: false,
  showDefaultAppBar: true,
  inspectorPresentation: InspectorPresentation.docked,
  showLayersPanel: true,
);