EmptyWidget constructor
const
EmptyWidget({})
Implementation
const EmptyWidget({
Key? key,
this.assetImage = "assets/images/empty_filter_product.png",
this.text,
this.onTapReload,
this.textReload,
this.assetHeight = 150,
this.assetWidth = 220,
this.marginText = 10,
}) : super(key: key);