dragging property

bool get dragging

isDragging

Implementation

bool get dragging {
  objc.checkOsVersionInternal('UIScrollView.isDragging', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_isDragging);
}