EmbedWebView4FlutterWeb constructor

const EmbedWebView4FlutterWeb({
  1. Key? key,
  2. required String srcDoc,
  3. double? width,
  4. double? height,
})

Implementation

const EmbedWebView4FlutterWeb(
    {Key? key, required this.srcDoc, this.width, this.height})
    : super(key: key);