highlighted property
      
      bool?
      get
      highlighted
      
    
    
Adds or removes the tab from the current selection.
Implementation
bool? get highlighted => _wrapped.highlighted;
      
      set
      highlighted
      (bool? v) 
      
    
    
    
Implementation
set highlighted(bool? v) {
  _wrapped.highlighted = v;
}