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