WEB_THEME_DARKENING_ONLY constant

ForceDarkStrategy const WEB_THEME_DARKENING_ONLY

In this mode WebView content will always be darkened using dark theme provided by web page. If web page does not provide dark theme support WebView content will be rendered with a default theme.

See specification for more information.

Implementation

static const WEB_THEME_DARKENING_ONLY = ForceDarkStrategy._internal(1, 1);