RxGo constructor
const
RxGo({
- Key? key,
- required String url,
- Map<
String, String> ? headers = const {}, - dynamic arguments,
- bool canClose = false,
- bool fullscreen = false,
- bool showControl = true,
- dynamic onRouteChange(
- Uri? uri
- bool hideProtected = false,
- bool hideLink = false,
- bool cacheEnabled = false,
- String? body,
- bool? enableZoom,
- Color backgroundColor = Colors.white,
- WebViewCookieManager? cookieManager,
Implementation
const RxGo({
Key? key,
// this.onReady,
required this.url,
this.headers = const {},
this.arguments,
this.canClose = false,
this.fullscreen = false,
this.showControl = true,
this.onRouteChange,
this.hideProtected = false,
this.hideLink = false,
this.cacheEnabled = false,
this.body,
this.enableZoom,
this.backgroundColor = Colors.white,
this.cookieManager,
}) : super(key: key);