WebHtml constructor

WebHtml({
  1. Key? key,
  2. required Function onResponse,
  3. required String tag,
  4. required String js,
  5. required String url,
})

Implementation

WebHtml({Key? key , required this.onResponse ,
  required this.tag , required this.js , required this.url}) : super(key: key);