DartBlockExceptionWidget constructor
const
DartBlockExceptionWidget({
- Key? key,
- required DartBlockException dartblockException,
- DartBlockProgram? program,
Implementation
const DartBlockExceptionWidget({
super.key,
required this.dartblockException,
this.program,
});