ErrorDisplayWidget constructor
Creates a new ErrorDisplayWidget.
Implementation
const ErrorDisplayWidget({
super.key,
required this.message,
this.onRetry,
this.iconSize = 48,
this.textSize = 16,
this.isCompact = false,
});
Creates a new ErrorDisplayWidget.
const ErrorDisplayWidget({
super.key,
required this.message,
this.onRetry,
this.iconSize = 48,
this.textSize = 16,
this.isCompact = false,
});