DartBlockExceptionWidget constructor

const DartBlockExceptionWidget({
  1. Key? key,
  2. required DartBlockException dartblockException,
  3. DartBlockProgram? program,
})

Implementation

const DartBlockExceptionWidget({
  super.key,
  required this.dartblockException,
  this.program,
});