backgroundColor property

Color? backgroundColor
final

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;