hasDrag property

bool hasDrag

Implementation

bool get hasDrag =>
    _activedLinkParent != null ? _activedLinkParent!.hasDrag : _hasDrag;