CarpenterFrameShell constructor
const
CarpenterFrameShell({
- CarpenterTopPanelBuilder? topPanelBuilder,
- CarpenterTopPanelBuilder? desktopTopPanelBuilder,
- TargetPlatform? targetPlatform,
- bool useSafeArea = true,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
Создает frame shell.
Implementation
const CarpenterFrameShell({
this.topPanelBuilder,
this.desktopTopPanelBuilder,
this.targetPlatform,
this.useSafeArea = true,
this.padding,
this.backgroundColor,
});