SelectableHtml.fromDom constructor
SelectableHtml.fromDom({})
Implementation
SelectableHtml.fromDom({
Key? key,
required this.document,
this.onLinkTap,
this.onAnchorTap,
this.onCssParseError,
this.shrinkWrap = false,
this.style = const {},
this.tagsList = const [],
}) : data = null,
super(key: key);