FORCE_DARK_OFF constant

AndroidForceDark const FORCE_DARK_OFF

Disable force dark, irrespective of the force dark mode of the WebView parent. In this mode, WebView content will always be rendered as-is, regardless of whether native views are being automatically darkened.

Implementation

static const FORCE_DARK_OFF = AndroidForceDark._internal(0, 0);