CyberWebView constructor
const
CyberWebView({
- Key? key,
- String? url,
- double? width,
- double? height,
- bool enableJavaScript = true,
- bool enableZoom = true,
- EdgeInsets? margin,
- EdgeInsets? padding,
- bool clearCacheOnDispose = true,
Implementation
const CyberWebView({
super.key,
this.url,
this.width,
this.height,
this.enableJavaScript = true,
this.enableZoom = true,
this.margin,
this.padding,
this.clearCacheOnDispose = true, // Mặc định xóa cache
});