onDidChangeActiveColorTheme property

Event<ColorTheme> get onDidChangeActiveColorTheme

An {@link Event} which fires when the active color theme is changed or has changes.

Implementation

_i4.Event<_i4.ColorTheme> get onDidChangeActiveColorTheme => _i3.getProperty(
      this,
      'onDidChangeActiveColorTheme',
    );