supportedTags property

  1. @override
Set<String> supportedTags

Tells the HtmlParser what additional tags to add to the default supported tag list (the extension's user can still override this by setting an explicit tagList on the Html widget).

Extension creators should override this with any additional tags that should be visible to the end user.

Implementation

@override
Set<String> get supportedTags => {"audio"};