withDragHandle method

Widget withDragHandle()

Implementation

Widget withDragHandle() {
  return widgetWithDragHandle(child: this);
}