themeValueLight constant

String const themeValueLight

The value for the theme parameter that indicates use of a light theme.

This value is sent with a DevToolsExtensionEventType.themeUpdate event from DevTools when the theme is changed to use light mode.

Implementation

static const themeValueLight = 'light';