DragEndInfo.fromDetails constructor
DragEndInfo.fromDetails(
- Game _game,
- DragEndDetails raw
Implementation
DragEndInfo.fromDetails(
this._game,
DragEndDetails raw,
) : super(raw);