url property
The initial Uri url that will be displayed in webview. Either this or initialHtmlData must be provided, but not both.
Implementation
final Uri? url;
The initial Uri url that will be displayed in webview. Either this or initialHtmlData must be provided, but not both.
final Uri? url;