Catcher2ErrorWidget constructor
const
Catcher2ErrorWidget({})
Implementation
const Catcher2ErrorWidget({
super.key,
this.details,
required this.showStacktrace,
required this.title,
required this.description,
required this.maxWidthForSmallMode,
}) : assert(
maxWidthForSmallMode > 0,
'maxWidthForSmallMode must be positive',
);