EditorShellConfig constructor

const EditorShellConfig({
  1. required bool hosted,
  2. required bool showDefaultAppBar,
  3. required InspectorPresentation inspectorPresentation,
  4. bool showLayersPanel = false,
  5. HostedHeaderBuilder? hostedHeaderBuilder,
  6. HostedBottomBuilder? hostedBottomBuilder,
  7. double? hostedBottomHeight,
})

Implementation

const EditorShellConfig({
  required this.hosted,
  required this.showDefaultAppBar,
  required this.inspectorPresentation,
  this.showLayersPanel = false,
  this.hostedHeaderBuilder,
  this.hostedBottomBuilder,
  this.hostedBottomHeight,
});