themeValueDark constant
String
const themeValueDark
The value for the theme parameter that indicates use of a dark theme.
This value is sent with a DevToolsExtensionEventType.themeUpdate event from DevTools when the theme is changed to use dark mode.
Implementation
static const themeValueDark = 'dark';