setDragStartBehavior method

void setDragStartBehavior(
  1. DragStartBehavior value
)

Implementation

void setDragStartBehavior(DragStartBehavior value) {
  onNotifyWithCallback(() => dragStartBehavior = value);
}