CatcherErrorWidget constructor
const
CatcherErrorWidget({})
Implementation
const CatcherErrorWidget({
required this.showStacktrace,
required this.title,
required this.description,
required this.maxWidthForSmallMode,
super.key,
this.details,
}) : assert(
maxWidthForSmallMode > 0,
'Max width for small mode must be greater than 0',
);