HtmlErrorWidget constructor

const HtmlErrorWidget({
  1. Key? key,
  2. required String block,
})

A widget that displays an error message when an HTML block cannot be processed.

Implementation

const HtmlErrorWidget({super.key, required this.block});