CarpenterAppFrame constructor
const
CarpenterAppFrame({
- Key? key,
- required Widget child,
- CarpenterTopPanelBuilder? topPanelBuilder,
- CarpenterTopPanelBuilder? desktopTopPanelBuilder,
- TargetPlatform? targetPlatform,
- bool useSafeArea = true,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
Создает app-frame.
Implementation
const CarpenterAppFrame({
super.key,
required this.child,
this.topPanelBuilder,
this.desktopTopPanelBuilder,
this.targetPlatform,
this.useSafeArea = true,
this.padding,
this.backgroundColor,
});