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