HtmlIcon constructor

const HtmlIcon({
  1. required String content,
  2. NSize? size,
  3. NPoint? anchor,
})

Implementation

const HtmlIcon({required this.content, this.size, this.anchor});