YmHtml constructor

YmHtml(
  1. String html,
  2. double width, {
  3. Color textColor = const Color(0xff666666),
})

Implementation

YmHtml(this.html, this.width,{
  this.textColor = const Color(0xff666666),
});