SimpleExceptionComponent constructor
const
SimpleExceptionComponent({
- required Object exception,
- RenderConfig renderConfig = const RenderConfig(),
Implementation
const SimpleExceptionComponent({
required this.exception,
this.renderConfig = const RenderConfig(),
});