StacWebView constructor
const
StacWebView({
- required String url,
- JavaScriptMode? javaScriptMode,
- String? backgroundColor,
- String? userAgent,
- bool? enableZoom,
- TextDirection? layoutDirection,
Creates a StacWebView with the given configuration.
Implementation
const StacWebView({
required this.url,
this.javaScriptMode,
this.backgroundColor,
this.userAgent,
this.enableZoom,
this.layoutDirection,
});