ErrorView constructor
const
ErrorView({})
Implementation
const ErrorView({
super.key,
required this.title,
this.titleStyle,
required this.message,
this.messageStyle,
this.buttonTitle,
this.retryAction,
required this.image,
this.retryButton,
this.backgroundColor,
this.backgroundDecoration,
});