XEmpty constructor
const
XEmpty({})
Implementation
const XEmpty({
super.key,
this.text = "暂无数据",
this.showIcon = false,
this.size = 12,
this.child,
this.icon = HugeIcons.strokeRoundedSecondBracketSquare,
});