JuiNoContent constructor
const
JuiNoContent({})
Implementation
const JuiNoContent({
Key? key,
this.paddingTop = 130,
this.text = "暂无数据",
required this.type,
this.imagePath,
this.imageWidth = 180,
this.paddingBottom = 0,
}) : super(key: key);