isSeeking property
      
      bool
      get
      isSeeking
      
    
    
Whether the player is actively seeking to a position.
Implementation
bool get isSeeking;
      
      set
      isSeeking
      (bool value) 
      
    
    
Sets whether the video is currently in a seeking state.
Useful for suppressing UI updates during manual seeks.
Implementation
set isSeeking(bool value);