backgroundColor property
The background color of the WebView.
When null
the platform's webview default background color is used. By
default backgroundColor is null
.
Implementation
final Color? backgroundColor;
The background color of the WebView.
When null
the platform's webview default background color is used. By
default backgroundColor is null
.
final Color? backgroundColor;