DragEndInfo.fromDetails constructor

DragEndInfo.fromDetails(
  1. Game _game,
  2. DragEndDetails raw
)

Implementation

DragEndInfo.fromDetails(
  this._game,
  DragEndDetails raw,
) : super(raw);