changed property

List<Tab> get changed

Tabs that have changed, e.g have changed their {@link Tab.isActiveactive} state.

Implementation

_i2.List<_i3.Tab> get changed => (_i5.getProperty(
      this,
      'changed',
    ) as _i2.List)
        .cast();