EditorShellConfig constructor
const
EditorShellConfig({
- required bool hosted,
- required bool showDefaultAppBar,
- required InspectorPresentation inspectorPresentation,
- bool showLayersPanel = false,
- HostedHeaderBuilder? hostedHeaderBuilder,
- HostedBottomBuilder? hostedBottomBuilder,
- double? hostedBottomHeight,
Implementation
const EditorShellConfig({
required this.hosted,
required this.showDefaultAppBar,
required this.inspectorPresentation,
this.showLayersPanel = false,
this.hostedHeaderBuilder,
this.hostedBottomBuilder,
this.hostedBottomHeight,
});