activeTab property

Tab? get activeTab

The active {@link Tabtab} in the group. This is the tab whose contents are currently being rendered.

Note that there can be one active tab per group but there can only be one {@link TabGroups.activeTabGroupactive group}.

Implementation

_i3.Tab? get activeTab => _i5.getProperty(
      this,
      'activeTab',
    );