animatingThisDraw property

bool animatingThisDraw

Implementation

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