CarpenterFrameShell constructor

const CarpenterFrameShell({
  1. CarpenterTopPanelBuilder? topPanelBuilder,
  2. CarpenterTopPanelBuilder? desktopTopPanelBuilder,
  3. TargetPlatform? targetPlatform,
  4. bool useSafeArea = true,
  5. EdgeInsetsGeometry? padding,
  6. Color? backgroundColor,
})

Создает frame shell.

Implementation

const CarpenterFrameShell({
  this.topPanelBuilder,
  this.desktopTopPanelBuilder,
  this.targetPlatform,
  this.useSafeArea = true,
  this.padding,
  this.backgroundColor,
});