DragDownInfo.fromDetails constructor
      
      DragDownInfo.fromDetails(
    
    
- Game game,
 - DragDownDetails raw
 
Implementation
DragDownInfo.fromDetails(
  Game game,
  DragDownDetails raw,
) : super(game, raw.globalPosition, raw);