transparentBackground property
Set to true
to make the background of the WebView transparent. If your app has a dark theme, this can prevent a white flash on initialization. The default value is false
.
Implementation
bool transparentBackground;
Set to true
to make the background of the WebView transparent. If your app has a dark theme, this can prevent a white flash on initialization. The default value is false
.
bool transparentBackground;