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