ExceptionComponent constructor
const
ExceptionComponent({
- required Object exception,
- StackTrace? stackTrace,
- int maxStackFrames = 10,
- bool showFullPaths = false,
- RenderConfig renderConfig = const RenderConfig(),
Implementation
const ExceptionComponent({
required this.exception,
this.stackTrace,
this.maxStackFrames = 10,
this.showFullPaths = false,
this.renderConfig = const RenderConfig(),
});