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