IframeWebView constructor
const
IframeWebView({
- Key? key,
- required WebViewController controller,
Implementation
const IframeWebView({
super.key,
required this.controller
});