hostedCanvasOnly constant

EditorShellConfig const hostedCanvasOnly

Implementation

static const hostedCanvasOnly = EditorShellConfig(
  hosted: true,
  showDefaultAppBar: false,
  inspectorPresentation: InspectorPresentation.hidden,
);