lastScreenLocation property
      
      ValueListenable<Offset?> 
      get
      lastScreenLocation
      
    
    
Updated when drag session moves. On mobile and web you will only get notified when moving over application Window. On desktop platforms the notification covers entire screen.
Implementation
ValueListenable<ui.Offset?> get lastScreenLocation;