JJEmptyWidget constructor
const
JJEmptyWidget({})
Implementation
const JJEmptyWidget({
Key? key,
this.assetImageStr,
this.detail,
this.image,
this.text,
this.space = 0.0,
this.type = JJEmptyType.imageText,
this.onTap,
}) : super(key: key);