SimpleExceptionComponent constructor

const SimpleExceptionComponent({
  1. required Object exception,
  2. RenderConfig renderConfig = const RenderConfig(),
})

Implementation

const SimpleExceptionComponent({
  required this.exception,
  this.renderConfig = const RenderConfig(),
});