NoDataWidget constructor
const
NoDataWidget({})
Implementation
const NoDataWidget({
this.image,
this.imageSize,
this.imageWidget,
this.fit = BoxFit.contain,
this.title,
this.subTitle,
this.onRetry,
this.retryText,
this.retryButtonTextColor,
this.titleTextStyle,
this.subTitleTextStyle,
this.buttonPadding,
super.key,
});