isActive property
      
      bool
      get
      isActive
      
    
    
Whether or not the group is currently active.
Note that only one tab group is active at a time, but that multiple tab groups can have an {@link activeTabactive tab}.
Implementation
_i2.bool get isActive => _i5.getProperty(
      this,
      'isActive',
    );