setDragging method

void setDragging(
  1. bool value
)

Implementation

void setDragging(bool value) {
  _state?._setExternalAttachmentDragging(value);
}