OFF constant

ForceDark const 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 OFF = ForceDark._internal(0, 0);