HtmlWidget constructor
const
HtmlWidget({
- Key? key,
- String? html,
- OnHtmlStateCall? stateCall,
Implementation
const HtmlWidget({Key? key, this.html, this.stateCall}) : super(key: key);