getEmbedWebView function

Widget getEmbedWebView(
  1. String srcDoc, [
  2. double? width,
  3. double? height
])

Implementation

Widget getEmbedWebView(String srcDoc, [double? width, double? height]) =>
    EmbedWebView4FlutterWeb(
      srcDoc: srcDoc,
      width: width,
      height: height,
    );