XPanel constructor
const
XPanel({})
Implementation
const XPanel({
super.key,
required this.name,
this.content = const Text(""),
this.actions = const [],
this.border = "left",
this.padding = const EdgeInsets.only(
top: 5,
left: 10,
right: 10,
bottom: 5,
),
});