EmptyWidget constructor
const
EmptyWidget({})
Implementation
const EmptyWidget({
Key? key,
this.lottieAsset = "assets/rive/no-data.riv",
this.title = "No data found.",
this.titleWidget,
this.onPressed,
this.button,
this.image,
}) : super(key: key);