WebViewWidget constructor
const
WebViewWidget({
- Key? key,
- required String url,
- bool showProgressBar = true,
- ColorModel? progressBarColor,
- VoidCallback? onPageFinished,
- void onLoadError()?,
Implementation
const WebViewWidget({
super.key,
required this.url,
this.showProgressBar = true,
this.progressBarColor,
this.onPageFinished,
this.onLoadError,
});