ExceptionHandlingWidget<E extends Exception> constructor
const
ExceptionHandlingWidget<E extends Exception> ({
- required OutputWidget errorWidgetMaker(
- E exception
- OutputWidget? elseWidget,
Implementation
const ExceptionHandlingWidget({
required this.errorWidgetMaker,
this.elseWidget,
});