Html constructor
const
Html({})
Implementation
const Html({
super.key,
this.data,
this.onLinkTap,
this.style,
this.shrinkWrap,
this.customWidgetBuilder,
this.onError,
this.selectable = true,
});
const Html({
super.key,
this.data,
this.onLinkTap,
this.style,
this.shrinkWrap,
this.customWidgetBuilder,
this.onError,
this.selectable = true,
});