RTWebview constructor
const
RTWebview({
- Key? key,
- required String url,
- RTWebviewChannel? channel,
- bool alwaysCanPop = true,
- InAppWebViewController? controller,
Implementation
const RTWebview({
super.key,
required this.url,
this.channel,
this.alwaysCanPop = true,
this.controller,
});