animatingThisDraw property

bool animatingThisDraw
inherited

Implementation

bool get animatingThisDraw =>
    transition != null &&
    transition.inMilliseconds > 0 &&
    !_animationsTemporarilyDisabled;