primarySelection property
      
      UserSelectionModel
      get
      primarySelection
      
    
    
The selection that contains the activeCellCoordinate.
It should be the selection that will be reseated on keyboard navigation.
Implementation
UserSelectionModel get primarySelection =>
    selections.elementAt(_primaryIndex);