isAnimatable property

  1. @override
bool get isAnimatable
override

Whether this object is currently animating.

Implementation

@override
bool get isAnimatable => !paused;