shouldAnimate property

(AnimationAction Function(Offset oldAnchor, Offset newAnchor, Offset currentPosition, bool animating)?) shouldAnimate
final

Implementation

final AnimationAction Function(Offset oldAnchor, Offset newAnchor,
    Offset currentPosition, bool animating)? shouldAnimate;