onDidChangeActive property

Event<List<T>> onDidChangeActive

An event signaling when the active items have changed.

Implementation

_i3.Event<_i2.List<T>> get onDidChangeActive => _i5.getProperty(
      this,
      'onDidChangeActive',
    );