HtmlWidget constructor

const HtmlWidget({
  1. Key? key,
  2. String? html,
  3. OnHtmlStateCall? stateCall,
})

Implementation

const HtmlWidget({Key? key, this.html, this.stateCall}) : super(key: key);