ErrorView constructor
const
ErrorView({})
Implementation
const ErrorView({
this.errorText,
this.textSize = 16,
this.textColor = Colors.black26,
this.iconColor = Colors.red,
super.key});
const ErrorView({
this.errorText,
this.textSize = 16,
this.textColor = Colors.black26,
this.iconColor = Colors.red,
super.key});