themeName property
String
get
themeName
The name of the color theme set in user's DevTools settings. Possible
values: default
(the default) and dark
.
Implementation
String get themeName => $js.chrome.devtools.panels.themeName;