HtmlModel constructor

HtmlModel(
  1. int depth,
  2. Widget widget
)

Implementation

HtmlModel(this.depth, this.widget);