GajModelWebView constructor
const
GajModelWebView({})
Implementation
const GajModelWebView({
Key? key,
required this.url,
this.width,
this.height,
this.bypass = false,
this.horizontalScroll = false,
this.verticalScroll = false,
}) : super(key: key);