HtmlContent constructor

HtmlContent({
  1. int? height,
  2. String? snippet,
  3. int? width,
})

Implementation

HtmlContent({
  this.height,
  this.snippet,
  this.width,
});