DragToMoveWrapper constructor

const DragToMoveWrapper({
  1. Key? key,
  2. required Widget child,
  3. bool canDouble = false,
})

Implementation

const DragToMoveWrapper(
    {super.key, required this.child, this.canDouble = false});