ideSpecifiedTheme property

bool get ideSpecifiedTheme

Whether the IDE specified the DevTools color theme.

If this returns false, that means the IdeThemeQueryParams.devToolsThemeKey query parameter was not passed to DevTools from the IDE.

Implementation

bool get ideSpecifiedTheme => _isDarkMode != null;