PanelBox constructor
PanelBox({})
Implementation
PanelBox({
required this.child,
this.title,
this.actions = const [],
this.padding,
this.margin,
this.background,
this.foreground,
this.border,
this.borderColor,
this.titleStyle,
this.bodyStyle,
super.key,
});