draggable property

bool get draggable

Implementation

bool get draggable =>
    widget.settings.draggable && !_animationController.isAnimating;