isActive property

bool get isActive

Whether or not the tab is currently active. This is dictated by being the selected tab in the group.

Implementation

_i2.bool get isActive => _i5.getProperty(
      this,
      'isActive',
    );