WebViewConfig constructor
const
WebViewConfig({
- Color? backgroundColor = Colors.transparent,
- int? height,
- int? width,
- WebViewGravity? gravity = WebViewGravity.center,
Implementation
const WebViewConfig({
this.backgroundColor = Colors.transparent,
this.height,
this.width,
this.gravity = WebViewGravity.center,
});