changed property

List<TabGroup> get changed

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

Implementation

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