EmptyWidget constructor
Implementation
const EmptyWidget({
super.key,
this.title,
this.subTitle,
this.subtitleTextStyle,
this.titleTextStyle,
this.child,
this.showBackgroundAnimation = true,
this.backgroundColor,
this.shadowColor,
});