init Dragging
open fun initDragging(controller: EpoxyController): EpoxyTouchHelper.DragBuilder
Content copied to clipboard
The entry point for setting up drag support.
Parameters
controller
The EpoxyController with the models that will be dragged. The controller willbe updated for you when a model is dragged and moved by a user's touchinteraction.